Write an application that prompts a user for a month, day, and year. Then display the appropriate message: YYYY is not this year MM was a month earlier this year MM is a month later this year MM is this month An example of the program is shown below: Enter a month >> 05 Enter a day >> 23 Enter a year (four digits) >> 2021 5 is a month later this year

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter5: Making Decisions
Section: Chapter Questions
Problem 5PE
icon
Related questions
Question

Write an application that prompts a user for a month, day, and year. Then display the appropriate message:

  1. YYYY is not this year
  2. MM was a month earlier this year
  3. MM is a month later this year
  4. MM is this month

An example of the program is shown below:

Enter a month >> 05
Enter a day >> 23
Enter a year (four digits) >> 2021
5 is a month later this year
------------------------------------------
 
import java.util.*;
import java.time.*;
public class PastPresentFuture {
    public static void main (String args[]) {
        // Write your code here
    }
}
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Random Class and its operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage