I write first Example but... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

12th Nov 2016, 7:21 AM
dj dragonx (djdragonx5)
dj dragonx (djdragonx5) - avatar
9 Answers
+ 3
there is semicolon missing... after println statement
12th Nov 2016, 7:27 AM
Harish Nandoliya
Harish Nandoliya - avatar
+ 3
println uses lowercase L not uppercase i try this...
12th Nov 2016, 7:33 AM
Harish Nandoliya
Harish Nandoliya - avatar
0
thx
12th Nov 2016, 7:28 AM
dj dragonx (djdragonx5)
dj dragonx (djdragonx5) - avatar
0
maybe System you started in a captial
12th Nov 2016, 7:29 AM
DeleteMe
0
2 errors
12th Nov 2016, 7:35 AM
dj dragonx (djdragonx5)
dj dragonx (djdragonx5) - avatar
0
:(
12th Nov 2016, 7:35 AM
dj dragonx (djdragonx5)
dj dragonx (djdragonx5) - avatar
0
tell me not a statement
12th Nov 2016, 7:38 AM
dj dragonx (djdragonx5)
dj dragonx (djdragonx5) - avatar
0
ok i think i made it, the guys
12th Nov 2016, 7:40 AM
dj dragonx (djdragonx5)
dj dragonx (djdragonx5) - avatar
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
13th Nov 2016, 7:30 PM
Sad Clown
Sad Clown - avatar