Why every time i type System.out.printIn () it says i have typed it wrong? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why every time i type System.out.printIn () it says i have typed it wrong?

What is the wrong thing i am doing?

26th Jul 2017, 10:30 AM
Mihail
Mihail - avatar
6 Answers
+ 2
yes yes I have seen small (L) l and big(i) I is looks very similar.
27th Jul 2017, 2:08 AM
Irwin Lopez
Irwin Lopez - avatar
+ 8
@Irwin, his mistake was not because he didn't write "something" inside the parenthesis, but because he wrote {System.out.printin() instead of System.out.printLn()}.
26th Jul 2017, 4:23 PM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 7
Yes, you typed it wrong because you typed [System.out.printIn("in")] instead of [System.out.println("line")] //try this System.out.println("you typed it right");
26th Jul 2017, 11:38 AM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 3
Ooo yes that's right you have to write something into the cotation or you if you doesn't want to write then you have to do like this System.out.println (" "); this will show nothing but blank space.
26th Jul 2017, 3:39 PM
Irwin Lopez
Irwin Lopez - avatar
+ 1
I can see nothing wrong here. may be you are typing this in a wrong area.
26th Jul 2017, 10:55 AM
Irwin Lopez
Irwin Lopez - avatar
+ 1
and @Nomeh nice catch hummmmmmm
26th Jul 2017, 3:40 PM
Irwin Lopez
Irwin Lopez - avatar