Introduction - If you have any usage issues, please Google them yourself
Write a Java application, the program has two categories: Vehicle (vehicle) and User (master class). Vehicle class member variables are: speed (Speed), power (power). Members of the methods are: speedUp (int s)- acceleration, speedDown (int d)- deceleration, setPower (int p)- setting power, getPower ()- Get Power