|
Lab 11 |
| . |
War of 1812 Quiz using ints
recognizing off-by-one guesses using an int box instead of a String box ---------------------------------------- Lab #11.1: Write a War of 1812 quiz using an int box ---------------------------------------- Write a program that asks your customer to guess the year that the war of 1812 was fought. Output an appropriate message including off-by-one reports. Write this program without using any String boxes and using only one if-command. Give as accurate as a message as you can using only one if-command. You may use as many elseif-commands as you wish. |