Question: https://maryash.github.io/135/labs/lab_03.html Task D. Reverse chronological order Write a program reverse-order.cpp which asks the user to input two dates (earlier date then later date). The program
https://maryash.github.io/135/labs/lab_03.html
Task D. Reverse chronological order
Write a program reverse-order.cpp which asks the user to input two dates (earlier date then later date). The program should report the West basin elevation for all days in the interval in the reverse chronological order (from the later date to the earlier).
Example:
$ ./reverse-order Enter earlier date: 05/29/2016 Enter later date: 06/02/2016 06/02/2016 587.66 ft 06/01/2016 587.81 ft 05/31/2016 587.93 ft 05/30/2016 588.02 ft 05/29/2016 588.17 ft
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
