Question: 1. Write a C++ project called Lab6A that converts miles to kilometers. (kilometers = 1.60935 x miles). o Make your variables double o Read the
1. Write a C++ project called Lab6A that converts miles to kilometers. (kilometers = 1.60935 x miles). o Make your variables double o Read the value of miles from the Lab6A.txt file o Calculate kilometers based on the above formula. O Print both values on the same line. (Use a label for each one, and put a tab between the two of them. Also make them show 2 decimal places like you did in the last lab assignment.) O Close the file (After you run the program using the Lab6A.txt file, your program should come up with kilometers = 160.94)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
