Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions silver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down Expand Up @@ -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.)**
Expand Down
8 changes: 4 additions & 4 deletions silver_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ end
p size
```

**実行結果として正しいものを選択してください。(1つ選択)**

- (a) `"S"`
- (b) `"M"`
- (c) `"L"`
- (d) `"XL"`

**実行結果として正しいものを選択してください。(1つ選択)**

---------------------------------------------------------------------------

**Q8. 以下のコードがあります。**
Expand Down Expand Up @@ -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. 以下の実行結果を出力するコードがあります。
Expand Down