public
{
System.
out.println("Car is starting");
System.
out.println("Car is starting");
System.
out.println("Car is starting");
System.
out.println("Car is starting");
}
{
System.
out.println("Car is stopped");
System.
out.println("Car is stopped");
System.
out.println("Car is stopped");
}
*
@param args
*/
Car C =
new Car();
C.Start();
C.Stop();
}
}
No comments:
Post a Comment