Introduction to Computer Programming
Due the 10th week of the semester 15 minutes before the end of your laboratory section.
- Read Chapters 6, 8, and 9 in An Introduction to Programming Using Java.
- Answer the following questions. Follow the general
homework directions.
- Write your program using eclipse. Use the Class template for the written portion of the program. Turn in all files associated with the solution of the programming problems. Use the following Class comments. Your programs will be graded using the Class rubric.
- (79% max) H6.1
- (89% max) 79% problems and H6.4
- (100% max) 89% problems and write a program that plays the guessing game. The guessing game has two players (secret holder and guesser). The secret holder chooses of a number from 1 and 100. The guesser tries to figure out the number by guessing. The secret holder tells the guesser if the guessed number is correct, too high, or too low. The user can select to be the secret holder or the guesser. The computer program plays the opposite role.
- Complete Homework 09 Effort survey on D2L.
- Write your program using eclipse. Use the Class template for the written portion of the program. Turn in all files associated with the solution of the programming problems. Use the following Class comments. Your programs will be graded using the Class rubric.