can someone solve this?
Write a program in C++ to ask the user to enter the distance. It also asks if the distance is in miles
or kilometer. If it is in miles then the program outputs the corresponding distance in kilometers,
otherwise it converts to miles. Use appropriate formula 1 mile = 1.6 Km.
Comments
Leave a comment