diff --git a/silver.md b/silver.md index 975c407..7e027ca 100644 --- a/silver.md +++ b/silver.md @@ -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.)** +**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)__("$") @@ -959,4 +959,3 @@ puts 5 * "hi" - (d) `"5*hi"` --------------------------------------------------------------------------- - diff --git a/silver_ja.md b/silver_ja.md index 69c4ad7..f382d22 100644 --- a/silver_ja.md +++ b/silver_ja.md @@ -775,7 +775,7 @@ puts bar.var --------------------------------------------------------------------------- **Q39. 以下の実行結果を出力するコードがあります。 -__(1)__に入る適切な記述を選択してください。(2つ選択)** +__(1)__に入る適切な記述を選択してください。(1つ選択)** ``` puts "$foo$".__(1)__("$") @@ -843,7 +843,7 @@ p [1,16,8,4,2].__(1)__ --------------------------------------------------------------------------- **Q43. 配列を降順にソートするコードがあります。 -__(1)__に入る適切な記述を選択してください。(2つ選択)** +__(1)__に入る適切な記述を選択してください。(1つ選択)** ``` ary = [2,4,8,1,16]