input:
class Car
{
public static void main(String[] args)
{
Car mechanics=new Car();
mechanics.mech();
}
public void mech()
{
System.out.println("mechanics");
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Dhanush -
Sachin Gadekar -
realNameHidden -
Ahmed Moussa -
Top comments (0)