Changes between Version 15 and Version 16 of ProgrammingPrompts
- Timestamp:
- Nov 24, 2015, 11:35:11 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProgrammingPrompts
v15 v16 64 64 [[Image(http://www.hallsley.com/files/2013/07/7-scoop-ice-cream-cone.jpg, width=150px, height=700px, right)]] 65 65 {{{ 66 #!div style="color:white"67 This problem involves a simulation, which is provided in the starter code for your convenience.68 }}}69 {{{70 66 #!div style="color:red" 71 This problem also involves writing several classes(part a) using multithreading(part b).67 This problem involves writing several classes(part a) using ''multithreading'' (part b). 72 68 }}} 73 69 … … 88 84 89 85 '''Part 1: Implement Classes'''[[BR]] 90 The following classes will be essential to be implemented. You may decide other classes are necessary. It is recommended to build from the starter code, and not modify it. 86 The following classes will be essential to be implemented. You may decide other classes are necessary. It is recommended to build from the starter code, and not modify it.[[BR]][[BR]] 91 87 '''public class Manager''' 92 88 … … 103 99 }}} 104 100 105 ----------------------------------------------------------106 101 107 102 == Test Scripts 108 Test scripts are designed to help you debug your code, not for any grade/point value (what are grades?), so they are not secure. 103 Test scripts are designed to help you debug your code, not for any grade/point value (what are grades?), so they are not secure. Occasionally they contain solutions; try not to be tempted. 109 104 110 105 You can download the ''Eclipse'' projects individually for each prompt, or download them all in a single zipped file (separate projects).