Question
Write a C++ program with the following requirements A. Display a welcome message: Welcome to the Distance Tracker B. Ask the user for the number
Write a C++ program with the following requirements
A. Display a welcome message: Welcome to the Distance Tracker
B. Ask the user for the number of months they would like to track
C.For each month
A. Ask the user for the distance travelled (in miles)
B. Add the distance travelled to a running total
C. If the user is entering data for more than 1 month, indicate with a message to the user
whether or not the distance travelled for the current month is more or less than the
distance travelled in the last month.
D. Inform the user of the total amount of miles that they travelled.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started