You are to read each part of the date into its own integer type variable. The year should be a 4 digit number. You can assume the user enters a correct date formatted d m yyyy (no error checking required).
determines whether the entered date is a magic date. Here are the rules for a magic date:
The program should then display true or false indicate if the date is magic, or not magic if it is not.