Skip to content
Merged
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
3 changes: 1 addition & 2 deletions silver.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ puts bar.var

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

**Q39. Which of the following can be inserted into `__(1)__` in order for the given code to generate the output below? (Choose two.)**
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep **Q39 in place.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your review!
I have fixed this.

**Q39. Which of the following can be inserted into `__(1)__` in order for the given code to generate the output below? (Choose one.)**

```
puts "$foo$".__(1)__("$")
Expand Down Expand Up @@ -959,4 +959,3 @@ puts 5 * "hi"
- (d) `"5*hi"`

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

4 changes: 2 additions & 2 deletions silver_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ puts bar.var
---------------------------------------------------------------------------

**Q39. 以下の実行結果を出力するコードがあります。
__(1)__に入る適切な記述を選択してください。(2つ選択)**
__(1)__に入る適切な記述を選択してください。(1つ選択)**

```
puts "$foo$".__(1)__("$")
Expand Down Expand Up @@ -843,7 +843,7 @@ p [1,16,8,4,2].__(1)__
---------------------------------------------------------------------------

**Q43. 配列を降順にソートするコードがあります。
__(1)__に入る適切な記述を選択してください。(2つ選択)**
__(1)__に入る適切な記述を選択してください。(1つ選択)**

```
ary = [2,4,8,1,16]
Expand Down