Help me. source_file.java:9: error: package system does not exist system.out.print (" hello "); ^ source_file.ja | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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

18th Aug 2017, 10:46 AM
Reign Heart
Reign Heart - avatar
1 Respuesta
+ 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
18th Aug 2017, 10:56 AM
D_Stark
D_Stark - avatar