Question: Write a C + + program that prompts the user for a year ( like 1 9 0 0 or 2 4 5 0 )

Write a C++ program that prompts the user for a year(like 1900 or 2450) then print the year calendar.
-Use Case
-Use for
-Use if
January =31;
February 29/28 Check for Leap years
March =31
April=30
May=31
June =30;
July =31;
August=31;
September =30;
October =31;
November =30;
December =31;

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!