Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(Find future dates) Write a program that prompts the user to enter an integer for todays day of the week (Sunday is 0, Monday is

(Find future dates) Write a program that prompts the user to enter an integer for todays day of the week (Sunday is 0, Monday is 1, ..., and Saturday is 6). Also prompt the user to enter the number of days after today for a future day and display the future day of the week.

** Can not use java.time.DayOfWeek;

SAMPLE RUN #1: java FindFutureDates

Enter today's day: 4 Enter the number of days elapsed since today: 53 Today is Thursday and the future day is Monday

SAMPLE RUN #2: java FindFutureDates

Enter today's day: 8 Enter the number of days elapsed since today: 99 Today is an invalid starting day Today's day must be 0-6

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 Concepts

Authors: David M Kroenke, David J Auer

6th Edition

0132742926, 978-0132742924

More Books

Students also viewed these Databases questions

Question

=+Why were they effective? How could you continue the campaign?

Answered: 1 week ago