Question: Test Content Question 1 20 Points Write a Java program using a LOOP to print the date of all Sundays in a month, if the

Test Content Question 1 20 Points Write a Java program using a LOOP to print the date of all Sundays in a month, if the date of the... first Sunday is given. First prompt the user to input the number of days in the month, then prompt the user to input the date of the first Sunday in that month. After that find all Sundays in the given month and output. Assume all inputs are valid. Your program must follow the given Sample Input/Output Sample Input/Output: Enter number of days in the month: 31 Enter the date of first Sunday: 3 All Sundays in the month will be: 3 10 17 24 31
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
