0
Как решить Java урок 3.3
Не могу понять как правильно поставить знаки
6 Réponses
+ 1
Life Game
You need to put other thing except actual code inside this /* */
0
Life Game
Use multi line comment /* */ to comment only statement not print statement.
See the example given in previous lesson.
Используйте многострочный комментарий / * * /, чтобы комментировать только оператор, а не оператор печати.
См. Пример, приведенный в предыдущем уроке.
0
Сейчас попробую ещё раз
0
Не получается
0
public class Main {
public static void main(String[] args) {
So the program prints some odd
numbers and it works perfectly
the output must be something like this
1
3
7
System.out.println("1");
System.out.println("3");
System.out.println("7");
}
}
0
Здесь незнаю как решить, куда символы ставить /*