+ 1
I write first Example but...
i have a problem i tip: public class ExampleProgram { public static void main(String []args) { System.out.printIn ("Hello World") } } but when i javac The cmd tell 1 error tell: Example.Program.java:3: error: cannot find symbol System.out.printIn ("Hello World"); ^ symbol: method printIn (String) location : variable out of type PrintStream 1 error
9 odpowiedzi
+ 3
there is semicolon missing... after println statement
+ 3
println uses lowercase L
not uppercase i
try this...
0
thx
0
maybe System you started in a captial
0
2 errors
0
:(
0
tell me not a statement
0
ok i think i made it, the guys
0
If you think about it, its funny😂😂in your first code you missed the semicolon after .println but in the second you did it well