Question: write a C++ program that calculates the speed for a trip James took in miles per hour, then later converts it into kilometers per hour.
write a C++ program that calculates the speed for a trip James took in miles per hour, then later converts it into kilometers per hour. In this program, first it will prompt a message that ask James to enter the distance he traveled in miles, then the program should prompt a message to ask James to enter the times he traveled in minutes (here we assume James will only enter integers for both values), the program then compute Jame's traveling speed which will be expressed in miles per hour, next the program covert the traveling speed from miles per hour to kilometer per hour, and finally the program show the traveling speed (in two forms) on screen.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
