Computer Science, asked by teenadhamot79, 1 month ago

Find the error in the following program and rewrite the program again correctly:

public class Hello

{

public state void mains(String args[])

{

System.println(“This is my first java program”);

}

}​

Answers

Answered by sahuvanshika607
0
  • chi Minh city Vietnam with VANSHIKA to you as a the meeting is scheduled for the India I will send it out to be in CA and ladders the India I will send the latest
Answered by deemaanaashraf
0

Answer:

Explanation:

public class hello

{

public state void mains(String[]args)

{

System.out.println(“This is my first java program”);

}

}​

Similar questions