0. Starting with the code on slide3-v3, make the program 
handle an error where the user types something other than 
"c", "C", "f", or "F".

1. Write a program that asks the user what year they were
born and tells them if it is an odd or even year.

2. Write a program that asks the user for two integers and
prints the larger integer.

Back to index