Question: In this activity, you will be writing a Java application Program for the following problem: PE _ 4 _ 0 _ Day _ Number Specifications:
In this activity, you will be writing a Java application Program for the following problem:
PEDayNumber Specifications:
Assume that we assign a number to each day of the year. For instance January is February
is and December is
Write a Java application program that asks a user for two integer numbers: the first for month
and the second for a day in the month Your program should calculate what the day number is
for the entered month and the day in the month.
Your program should prompt the user with appropriatedescriptive messages for both the month
and the day.
Your program's output should print the computed day number for the entered month and day.
Use the following comments at the Top of your program:
Program Name: PEDayNumber
Program Description: A brief explanation about the program
Course & Class: CS V Beginning Java CRN #####; Fall
Programmer: Your full name ##
Date:
Follow the guidelines of "Good Programming Practices such as descriptive variable names,
proper data types, appropriate use of the language elements, effective logic to solve the problem,
comments throughout your program, consistent formatting to make your code easily to read and
understand.
Your program sample runs, prompt and output messages should look like the following:
jGRASP exec: java PEDayNumber
Enter a month between :
Enter a day between :
The Day Number is: for the month: and the day
jGRASP: operation complete.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
