Version 2 (modified by 10 years ago) (diff) | ,
---|
Programming Prompts
Feel to add good prompts into this list as you find them. This will greatly help future software team leads and new members.
Simple
Grade Analyzer
Program Specs: You receive an arbitrary double
value and you must return whether that grade constitutes an 'A', 'B', 'C', 'D', or 'E'.
Examples:
>>> 85.60 B >>> 69.51 C >>> 106.33 A
Medium
Hard (Object-Oriented)
Hard (Syntax-Oriented)
Expert
Attachments (5)
-
Sort3.zip (4.4 KB) - added by 9 years ago.
starter code and test script for Sort3
-
Checksum.zip (4.8 KB) - added by 9 years ago.
starter code and test script for Checksum
-
CheckerboardTest.java (4.5 KB) - added by 9 years ago.
Alternate test code for checkerboard if you are generating the correct arrays but the test fails.
-
Checkerboard.zip (5.5 KB) - added by 9 years ago.
starter code and test script for Checkerboard
-
CodeBreaker.zip (19.5 KB) - added by 9 years ago.
starter code and test script for CodeBreaker
Download all attachments as: .zip