Question 3: Write a program which reads in a starting day (Mon, Tue, Wed) and a time value in the same format as Question 2 from the user. Then, also ask the user to enter an offset of time in HHMM format. The program should print the day and time (in am/pm notation) given the starting day/time but with the offset added in. Your program must account for the offset resulting in a later day being calculated (if the starting day is Friday, and the offset results in +2 days, the resulting day should be Sunday). Additionally, the program should correctly keep time (60 minutes in an hour, 24 hours in a day, etc.) For example, in the second example below, when we add 10 hours and 44

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section4.3: Nested If Statements
Problem 7E
icon
Related questions
Question

IN PYHTON!

Question 3: Write a program which reads in a starting day (Mon, Tue, Wed) and a time
value in the same format as Question 2 from the user. Then, also ask the user to enter
an offset of time in HHMM format.
The program should print the day and time (in am/pm notation) given the starting
day/time but with the offset added in. Your program must account for the offset resulting
in a later day being calculated (if the starting day is Friday, and the offset results in +2
days, the resulting day should be Sunday).
Additionally, the program should correctly keep time (60 minutes in an hour, 24 hours in
a day, etc.) For example, in the second example below, when we add 10 hours and 44
minutes to the starting time, we didn't result in 77 minutes past the resulting hour!
Some examples of the program execution and output are below. As usual, user input is
in boldface font.
Please enter the starting day (e.g. Sun, Mon, Tue, Wed,
Thr, Fri, Sat): Mon
Please enter the starting time in HHMM format: 1230
Please enter the offset time in HHMM format: 0030
The new date and time is: Mon 01:00pm
Please enter the starting day (e.g. Sun, Mon, Tue, Wed,
Thr, Fri, Sat): Wed
Please enter the starting time in HHMM format: 1730
Please enter the offset time in HHMM format: 1044
The new date and time is: Thr 04:14am
Transcribed Image Text:Question 3: Write a program which reads in a starting day (Mon, Tue, Wed) and a time value in the same format as Question 2 from the user. Then, also ask the user to enter an offset of time in HHMM format. The program should print the day and time (in am/pm notation) given the starting day/time but with the offset added in. Your program must account for the offset resulting in a later day being calculated (if the starting day is Friday, and the offset results in +2 days, the resulting day should be Sunday). Additionally, the program should correctly keep time (60 minutes in an hour, 24 hours in a day, etc.) For example, in the second example below, when we add 10 hours and 44 minutes to the starting time, we didn't result in 77 minutes past the resulting hour! Some examples of the program execution and output are below. As usual, user input is in boldface font. Please enter the starting day (e.g. Sun, Mon, Tue, Wed, Thr, Fri, Sat): Mon Please enter the starting time in HHMM format: 1230 Please enter the offset time in HHMM format: 0030 The new date and time is: Mon 01:00pm Please enter the starting day (e.g. Sun, Mon, Tue, Wed, Thr, Fri, Sat): Wed Please enter the starting time in HHMM format: 1730 Please enter the offset time in HHMM format: 1044 The new date and time is: Thr 04:14am
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning