diff --git a/silver.md b/silver.md index 7e027ca..eb6b085 100644 --- a/silver.md +++ b/silver.md @@ -95,13 +95,13 @@ end p size ``` +**Which is the correct output? (Choose one.)** + - (a) `"S"` - (b) `"M"` - (c) `"L"` - (d) `"XL"` -**Which is the correct output? (Choose one.)** - --------------------------------------------------------------------------- **Q8. Given the following:** @@ -414,13 +414,13 @@ a.push(12) p a ``` +**Which is the correct output? (Choose one.)** + - (a) `[2, 4, 6, 8, 10, 12]` - (b) `[2, 4, 6, 8, 10]` - (c) `[4, 6, 8, 12]` - (d) `[4, 6, 8]` -**Which is the correct output? (Choose one.)** - --------------------------------------------------------------------------- **Q23. Which of the following can be inserted into `__(1)__` in order for the given code to generate the output below? (Choose one.)** diff --git a/silver_ja.md b/silver_ja.md index f382d22..75cc326 100644 --- a/silver_ja.md +++ b/silver_ja.md @@ -96,13 +96,13 @@ end p size ``` +**実行結果として正しいものを選択してください。(1つ選択)** + - (a) `"S"` - (b) `"M"` - (c) `"L"` - (d) `"XL"` -**実行結果として正しいものを選択してください。(1つ選択)** - --------------------------------------------------------------------------- **Q8. 以下のコードがあります。** @@ -417,13 +417,13 @@ a.push(12) p a ``` +**実行結果として正しいものを選択してください。(1つ選択)** + - (a) `[2, 4, 6, 8, 10, 12]` - (b) `[2, 4, 6, 8, 10]` - (c) `[4, 6, 8, 12]` - (d) `[4, 6, 8]` -**実行結果として正しいものを選択してください。(1つ選択)** - --------------------------------------------------------------------------- **Q23. 以下の実行結果を出力するコードがあります。