Java Notes
Programming: Convert Miles to Kilometers
Name ________________________________
Description
Write a program which inputs miles (a double) and displays the equivalent number of kilometers. Assume there are 1.61 kilometers in a mile. After processing one value, go back and get the next value. Print an error message if the input value is negative.















