+ 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?
4 Antworten
+ 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.");
+ 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.
0
// printing a word
System.out.println("Hello World");
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.