//how do i fix this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

//how do i fix this?

I/P- class MyClass { public static void main(String[ ] args) { System.out.printIn("hello"); } } O/P- ..\Playground\:4: error: cannot find symbol System.out.printIn("hello"); ^ symbol: method printIn(String) location: variable out of type PrintStream 1 error

30th Jun 2017, 11:39 AM
Abhishek Minz
Abhishek Minz - avatar
2 Answers
+ 9
You wrote System.out.print(Capital i)n instead of System.out.print(Small L)n
30th Jun 2017, 11:51 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 2
lol its println PRINTLN not PRINTIN
30th Jun 2017, 11:50 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar