From 8f6d450e5a1eca90d6dcb2a9bbc1e4f041f29471 Mon Sep 17 00:00:00 2001 From: universato Date: Wed, 5 Oct 2022 14:27:05 +0900 Subject: [PATCH] Fix typo in silver Q39 & Q43 (version3) --- silver.md | 3 +-- silver_ja.md | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) 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]