Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please use basic java code to solve the following problem: (5 points) Write a program that prompts the user to enter the year and the
Please use basic java code to solve the following problem:
(5 points) 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. If the input for month is incorrect, display a message as presented in the following sample runs: Enter a year: 2001er Enter a month: JanEnter Jan 2001 has 31 days Enter a year: 2016 Enter Enter a month: jan E jan is not a correct month nameStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started