CES Assignment Week of 1/6
For this assignment you are going create a program that teaches math to a young child. The program needs to test addition and subtraction. The program tests only numbers that are less than 10. Generate random problems and get the player input. The player should have only two tries per problem. If they can not answer the problem after the second try the computer should display the correct answer and ask if the user would like to play again.
Day 2
1. Create a method called getNumber - This should generate a random number between 1 and 10.
2. Create a method called getAnswer - This should prompt and return the users answer.
Homework: Chapter 5 Page 220 5.17
Day 4
What would be some logical steps to complete here?
Homework: Chapter 5 Page 219 5.9, 5.10
Day 5
What would be some logical steps to complete here?
Homework: Chapter 5 Page 218 5.2, 5.5
Day 6
Final Testing
Homework Page 223 5.13