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"); } }

25th Nov 2020, 2:19 PM
Joy Joy
Joy Joy - avatar
1 ответ
+ 1
Comment the package line, not supported in Code Playground system.out.* should be System.out.* (notice uppercase 'S' in 'System').
25th Nov 2020, 2:36 PM
Ipang