Changes between Version 8 and Version 9 of ProgrammingPrompts
- Timestamp:
- Nov 23, 2015, 6:00:52 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProgrammingPrompts
v8 v9 1 1 = Programming Prompts 2 Feel to add good prompts into this list as you find them. This will greatly help future software team leads and new members.2 Feel to add good prompts into this list as you find them. This will greatly help future software team leads and new programmers. 3 3 4 4 The prompts are written with Java in mind, but can be adapted to most languages. The downloadable test scripts are run with Java, require the main class name to be the name of the prompt, and use the default package. 5 6 {{{ 7 #!div style="border:1pt dotted;color:green" 8 Note: To use the starter code and test scripts at the '''bottom of the page''', download them to the directory of your choice, then in ''Eclipse'', right-click in the ''Project Explorer'', click ''Import...'', and in the dialog box, select ''General'' --> ''Existing Projects into Workspace''. Select the directory you saved the unzipped file into for the root directory, and select all projects there. 9 }}} 5 10 6 11 '''Checkerboard'''[[BR]]