Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(Days of a month) Write a program that prompts the user to enter the year and the first three letters of a month name (with

(Days of a month)

Write a program that prompts the user to enter the year and the first three letters of a month name (with the first letter in uppercase) and displays the number of days in the month.

Sample Run 1

Enter a year: 2001

Enter a month: Jan

Jan 2001 has 31 days

Sample Run 2

Enter a year: 2000

Enter a month: Feb

Feb 2000 has 29 days

Sample Run 3

Enter a month: 2001

Enter a month: jan

jan is not a correct month name

In python.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

5. Understand how cultural values influence conflict behavior.

Answered: 1 week ago