+ 2
Why every time i type System.out.printIn () it says i have typed it wrong?
What is the wrong thing i am doing?
6 Antworten
+ 2
yes yes I have seen small (L) l and big(i) I is looks very similar.
+ 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()}.
+ 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");
+ 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.
+ 1
I can see nothing wrong here.
may be you are typing this in a wrong area.
+ 1
and @Nomeh nice catch hummmmmmm