Q Write a Java Program that repeatedly enters a date and prints the day of the week that corresponds to each input date.
Use a Calendar class object to find the day of week.
Prompt the user appropriately for inputs
Use a Calendar class object to find the day of week.
Prompt the user appropriately for inputs