You are on page 1of 1

Errors description

1)remove public-----------------------------public static void main method is not available

2) ‘’ static -----------------------------null pointer exception

3) ‘’ squiggly braces-----------------add braces

4) ‘’ main--------------------------------- public static void main method is not available

5)small s in System---------------------------error: system cannot be resolved

6)remove one of braces------------------ Error: Syntax error, insert " { or } " to complete ClassBody

7)println spell mistake------------ The method prinln(java.lang.String) is undefined for the type
java.io.PrintStream

You might also like