2) Write a C++ program to convert kilometers/hr to miles/hr. The program (coding) should produce a table of 10 conversio
Posted: Fri May 20, 2022 4:34 pm
2) Write a C++ program to convert kilometers/hr to miles/hr. The program (coding) should produce a table of 10 conversions, starting at 60 km/hr and incremented by 5 km/hr. The display (output) should have appropriate headings and a list of each km/hr and its equivalent miles/hr value. (40 points) Hint: Use the relationship that I kilometer = 0.6241 miles