Question: --JAVA CODING-- The LocalDate class includes an instance method named lengthOfMonth() that returns the number of days in the month. Write an application called DaysTilNextMonth

--JAVA CODING--

The LocalDate class includes an instance method named lengthOfMonth() that returns the number of days in the month. Write an application called DaysTilNextMonth that allows the user to enter a month, day, and year and uses methods in the LocalDate class to calculate how many days are left until the first day of next month. For example, if the user enters 6 and 28 for the month and the day, the output should be: There are 3 days until JULY starts. Make sure to create the DaysTilNextMonth class. the DaysTilNextMonth class invokes the LocalDate lengthOfMonth() instance method and the DaysTilNextMonth program correctly displays the number of days until the first of the next nearest month.

An example of the program is shown below:

Enter the month as an integer >> 4 Enter the day >> 19 Enter the year using four digits >> 1999 There are 12 days until MAY starts

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 Databases Questions!