+ 1

Java error

I downloaded jdk1.8.0_121 which is not working properly. when I write the syntax and tried to compile it shows problems in line System.out.printIn("hello world") it show problem between (out and printIn) at the dot. Tell me what to do

10th Mar 2017, 4:46 PM
Rishabh
2 Answers
+ 3
make sure you are spelling "println" right. it has a small L, not a capital i
10th Mar 2017, 4:49 PM
Nikunj Arora
Nikunj Arora - avatar
+ 2
and end the line with ;
10th Mar 2017, 5:18 PM
LordHill
LordHill - avatar