The test will be on 12/5. Your goal will be to write a Java application and submit it before the end of class. You will have the entire three hours to complete the test. Here are the things you should be able to do and may be asked on the test:
•Create a random number between a low value and a high value
•Ask the user to enter a number
•Use decision making and loop structures to check to see if the number is within a specified range. Continue to ask the user until he or she gets it right.
•Compare what the user enters to the random number to see if they match.
•Tell the user if the numbers match or not