Day 4 java class
AmalaReegan

AmalaReegan @reegan

Joined:
Nov 30, 2024

Day 4 java class

Publish Date: Dec 7 '24
1 0

Image description

input:

class Car
{
public static void main(String[] args)
{
Car mechanics=new Car();
mechanics.mech();
}
public void mech()
{
System.out.println("mechanics");
}
}

Image description

Comments 0 total

    Add comment