0
Error ! What do it
public class Program { public static void main(String[] args) { //выведите "Java is fun" System.out.println(); } }
4 Réponses
+ 4
System.out.println("Nothing");
+ 3
IZZAT ZARIPOV
You didn't print anything. Just writing println () is not enough.
+ 3
IZZAT ZARIPOV
Please review lesson 5.1 of the Java tutorial
+ 2
Thanks All of