Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help , i am very lost with this java program. 11 H20 12:30 AM 1400-Prog-5-Day Of Year.pdf Nebraska 0 CIST 1400, Introduction to Computer

Please help , i am very lost with this java program. image text in transcribed
image text in transcribed
image text in transcribed
"11 H20 12:30 AM 1400-Prog-5-Day Of Year.pdf Nebraska 0 CIST 1400, Introduction to Computer Programming Program 5-Spring 2018 What Your Program Will Do For this program, you will input three pieces of a date as int data: a month, a day, and a year. If the date is vald, calculate and output the day of the year. The calculation will need to take into account leap years, meaning that 12/31/2018 would be day of year 365 whereas 12/31/2020 would be day of the year 366 because of the extra day for February 29th 2020 A valid date needs to satisty the following requirements: The month needs to be between 1 and 12, inclusive. The day needs to be appropriate for the month. For example, the day should be between 1 and 31 for March or between 1 and 30 for September. The day should be between 1 and either 28 or 29 depending on if the year is a leap year The year needs to be between 1800 and 3000, inclusive. After the date information has been read from the user, print a single blank line and then one of the tollowing two results If the date is valid, process and calculate the day of the year and output the results in the following format Day of the year: 36 Remaining days: 329 If the date is invailid for any reason, output an emor message in the following format with month and day padded with o s to be at least two digits and year padded with o sfor four digits INWALID DATE:2/81/2eee INVALID DATE: 4/1/1 Previous Next Courses Calendar To Do Notifications Inbox

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

Recommended Textbook for

Database Processing

Authors: David M. Kroenke, David Auer

11th Edition

B003Y7CIBU, 978-0132302678

More Books

Students also viewed these Databases questions

Question

=+Show that un is finitely additive and countably subadditive on o.

Answered: 1 week ago