-4

次のような出力を取得しようとしています。

3
2
1
「再起動」
1
2
3

: このコードを再帰的に使用します。:

public static void restart(int n){

    return; //fill in here 
}
4

5 に答える 5