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
4 Answers
+ 9
You wrote System.out.print(Capital i)n instead of System.out.print(Small L)n
+ 2
lol its println PRINTLN not PRINTIN