|
Lab 7 |
| . |
War of 1812 Quiz with not!
without using an else-command. ---------------------------------------- Lab #7.1: Write a War of 1812 quiz using a not-operator instead of an else-command ---------------------------------------- Write a program that asks your customer to guess the year that the war of 1812 was fought. Output an appropriate message based on the input. Use two if-endif blocks to output one of two appropriate messages. The second if-endif block should only be true if the first if-endif block is false. You should use one not-operator. |