
speed of a vehicle is measured using the total time and the distance by using the equation given bellow speed(km/hour)=distance(km)/time(hour) Each vehicle is given a unique identification number and the corresponding times are stored in terms of hours. Distance between two cities is 200km and the time taken by each vehicle as the follows Vehicle 01 = 4 hours Vehicle 02 = 5 hours Write a JAVA class to represent the Vehicle. The program should, i. Store details of two Vehicles. ii. A method to calculate the speed of the Vehicle.