0
I am new here.I can't run.where are my problem?
package basicjava com.example; public class Program { public static void main(String[] args) { system.out.println("flower"); system.out.print("9726629"); } }
1 Answer
+ 1
Comment the package line, not supported in Code Playground
system.out.* should be System.out.* (notice uppercase 'S' in 'System').