OverviewWrite a program that asks the user to guess a number between 0 and 100. After each entry by the user, the program should indicate if the number entered was lower, higher, or exactly the number that the program was "thinking" of. If the user did not guess the number exactly, the program should prompt the user to guess again. When the user guesses the correct number, the program must display a congratulator message that includes the number of guesses that were required to guess the number correctly. Details
Lab Deliverables (due at the end of week 4 lab)DemonstrationEach student must demostrate running their program to their instructor. SubmissionEach student must submit their program. The program must contain comments at the beginning of the file that include: Course name, Quarter, Assignment name, Author's name, and date (see here). Student's must use the electronic submission form to submit their code. Enter your MSOE username for the username, select "Lab 3" for the assignment, select your Lab3.java implementation for the report file name and leave the support file name blank. AcknowledgmentThis laboratory assignment was developed by Dr. Chris Taylor. |