Changes between Version 9 and Version 10 of ControlSystems/SoftwareTeam/Training/GettingStarted/JavaExercises


Ignore:
Timestamp:
Nov 14, 2016, 8:15:21 PM (9 years ago)
Author:
azhang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/GettingStarted/JavaExercises

    v9 v10  
    11http://www.ntu.edu.sg/home/ehchua/programming/java/j2a_basicsexercises.html
    2 Recommended exercises: 
    3 SumAndAverage
    4 CheckerBoard
    5 fibonacci
    6 Bin2Dec
    7 GradeStatistics
     2Recommended exercises:
     3* SumAndAverage
     4* CheckerBoard
     5* fibonacci
     6* Bin2Dec
     7* GradeStatistics
    88
    99Another 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
     10Write 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
    1211
    1312