「こんにちは、兵士さん!」

「こんにちは、リス船長さん!」

「スキルをレベルアップし、知識を定着させるための演習をいくつか紹介します。」

2
タスク
Java Syntax,  レベル 7レッスン 12
ロック未解除
Display numbers in reverse order
You know that you can solve problems in many ways, right? Yes, of course you know that. However, in this particular task we'll ask you to recall the for loop and use it to perform some manipulations. Here's what you need to do: enter 10 numbers from the keyboard, put them in a list, and then display them in reverse order.
10
タスク
Java Syntax,  レベル 7レッスン 12
ロック未解除
Shuffled just in time
Games with lists are the best! Does that sound like an advertisement? Perhaps the best advertisement for a programming language is its frequent use. Let's advertise lists as we complete this task: enter numbers m and n, enter n strings and put them in a list. Then perform a simple manipulation: move the first m strings to the end of the list