Write a program called MilesToKilometers that converts miles to kilometers. Read the miles value from t he user as a double point value.
Calculate the kilometers. (One mile equals 1.60935 kilometers, think of using this as a constant) Then print out the kilometers.