Changes between Version 15 and Version 16 of ProgrammingPrompts


Ignore:
Timestamp:
Nov 24, 2015, 11:35:11 PM (9 years ago)
Author:
Timothy Lin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProgrammingPrompts

    v15 v16  
    6464[[Image(http://www.hallsley.com/files/2013/07/7-scoop-ice-cream-cone.jpg, width=150px, height=700px, right)]]
    6565{{{
    66 #!div style="color:white"
    67 This problem involves a simulation, which is provided in the starter code for your convenience.
    68 }}}
    69 {{{
    7066#!div style="color:red"
    71 This problem also involves writing several classes(part a) using multithreading (part b).
     67This problem involves writing several classes(part a) using ''multithreading'' (part b).
    7268}}}
    7369
     
    8884
    8985'''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.
     86The 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]]
    9187'''public class Manager'''
    9288
     
    10399}}}
    104100
    105 ----------------------------------------------------------
    106101
    107102== 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.
     103Test 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.
    109104
    110105You can download the ''Eclipse'' projects individually for each prompt, or download them all in a single zipped file (separate projects).