0
[SOLVED] Why error text, because I run the code
public class HelloWorld { public static void main(String[] args { System.out.println("HelloWorld! "); // Local-Variable Type Inference var s=" HelloJava 10!"; System.out.println(s); } }
4 Antworten
+ 3
лего анимации , you are missing the closing bracket ")" after the main method declaration.
+ 3
лего анимации you forgot to close void main ( closing parenthesis voide main ()
+ 3
In second line you missed round brac...
0
Thanks