PrintIn doesn't work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

PrintIn doesn't work?

So I was trying the 'Hello World' program in the eclipse IDE. The Problem is, whenever I use System.out.printIn , it shows nothing. And when I use print in place of printIn, it works. Why is that?

29th Nov 2017, 2:19 PM
Cross Sword
Cross Sword - avatar
4 Answers
+ 1
Post your code. Hard to say without seeing what you're doing. Syntax examples: System.out.println("This is my text that ends with a new line."); System.out.print("This is my test that doesn't end with a new line.");
29th Nov 2017, 2:55 PM
AgentSmith
+ 1
I'm worried that your problem is that you have used I(I for Idea) instead of l(L for Learn). It's hard to detect unless you are using a monospace font.
29th Nov 2017, 4:27 PM
DAB
DAB - avatar
0
// printing a word System.out.println("Hello World");
29th Nov 2017, 2:55 PM
#RahulVerma
#RahulVerma - avatar
0
@Netkos Ent It's just that whenever I use System.out.printIn in the eclipse IDE, it does not provide me with any output.
29th Nov 2017, 3:05 PM
Cross Sword
Cross Sword - avatar