Question: C++ You should create a variable to store the total number of kilometers. We will name this variable kilometers. Initialize the variable at 5. (2
C++
You should create a variable to store the total number of kilometers. We will name this variable kilometers. Initialize the variable at 5. (2 points) Create an equation that converts kilometers to miles. One kilometer is equal to 0.62137 miles. Save the result of this equation in a variable named miles. (3 points) Display the result using cout commands as shown below. Be sure to use the variables in your output instead of just typing in the answers. Let the computer figure out the answer. (3 points) 5 kilometers = 3.10685 miles
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
