Write a Java program by String Class that asks the user to enter distance in Kilometers. The program then computes the distance in Miles using the following formula: Miles = 0.621371 × Kilometers The program should display the distance in Kilometers and Miles as follows: Distance: 100 Kilometers = 62.1371 Miles
A properly documented source code (.java files) (Do not need to add a comment in each line, but you must explain the code appropriately). At the start of the code, identify the student number and name, and also state the question number and date.