Changes between Version 9 and Version 10 of ControlSystems/SoftwareTeam/Training/GettingStarted/JavaExercises
- Timestamp:
- Nov 14, 2016, 8:15:21 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/JavaExercises
v9 v10 1 1 http://www.ntu.edu.sg/home/ehchua/programming/java/j2a_basicsexercises.html 2 Recommended exercises: 3 SumAndAverage4 CheckerBoard5 fibonacci6 Bin2Dec7 GradeStatistics2 Recommended exercises: 3 * SumAndAverage 4 * CheckerBoard 5 * fibonacci 6 * Bin2Dec 7 * GradeStatistics 8 8 9 9 Another challenge: 10 Write a high-low guessing game; have a person think of the number, and have the computer try to guess it 11 After each guess, the human will tell the computer whether it's higher or lower 10 Write a high-low guessing game; have a person think of the number, and have the computer try to guess it. After each guess, the human will tell the computer whether it's higher or lower 12 11 13 12