def aisatsu(name) time = Time.now case time.hour when 5..10 return "#{name}さん、おはようございます!" when 11..17 return "#{name}さん、こんにちは!" else return "#{name}さん、こんばんは!" end end result = aisatsu(ARGV[0]) printf("%s %d時です。\n", result, time.hour)
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2020/10/29 00:37