199k views
0 votes
Can anyone help me ?

I keep getting the same errors..

Write a statement that prints “Hello, world” to the screen.

Can anyone help me ? I keep getting the same errors.. Write a statement that prints-example-1
User Ali Malik
by
4.1k points

1 Answer

4 votes

Answer:

System.out.printIn("Hello, world" );

Its " ); " and not " ) ; "

User Mantas D
by
4.2k points