If-else exercises:

Challenge 1: If you finish the exercises early, try to solve this problem. Write a
Java program that reads a date from the user in numeric form. For example,
February 17, 2003 would be entered as the three integers 2, 17, and 2003. Your
program must then determine if the date is a ?valid? date. Use the following
information to ...

Part of the document