0
Help me. source_file.java:9: error: package system does not exist system.out.print (" hello "); ^ source_file.ja
I am new in java
1 Odpowiedź
+ 3
System.out.print("hello"); <<Capital S always for System , and using print() will stay on the same line
System.out.println("hello"); <<<using println() ,this will create a new line