Created
March 7, 2015 04:16
-
-
Save tomcha/9f28497dec956eec2abd to your computer and use it in GitHub Desktop.
入力、出力、変数を使う練習問題解答例
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print "あなたの名前は? >>>" | |
| name = gets | |
| name.chomp! | |
| puts "あなたは#{name}さんですね。" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment