Need help writting a C++ program that will convert distance measurements from miles to kilometers.
Specifically, the program needs to convert 0, 10, 20, 30, 40 , 50, 60, 70, 80, and 90 miles to kilometers displaying both the number of miles and the number of kilometers on the same line.
km = 1.6 x miles.