Question: Solve the problem in an algorithm Code it using a flowchart Problem: Create a program that calculates the number of miles traveled based on user

Solve the problem in an algorithm Code it using a flowchart Problem: Create a program that calculates the number of miles traveled based on user input of kilometers traveled. The program output should look similar to the following: Welcome to my miles conversion program! I will ask for a number of kilometers traveled and then display the number of miles you traveled What is your name? Sherry How many kilometers did you travel? 247.5 Sherry, traveling 247.50 kilometers is equivalent to traveling 153.45 miles ! Thank you for using my program. Keep on moving! Declare and use a constant for the conversion factor from kilometers to miles. Create the flowchart using Flowgorithm (draw.io for MAC users). Make sure your code is properly documented. Submit the flowchart file and write the algorithm in the comments section of the submission option
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
