The distance a vehicle travels can be calculated as follows:
Distance = Speed * Time
Write a Java program that prompts an end-user for the speed of a vehicle (in miles-per-hour) and the number of hours it has traveled. Then display the distance it has traveled, based on the input received from the end-user.