LoginSignup
0
0

More than 3 years have passed since last update.

Hello!を繰り返す

Posted at

'''
number = 1
puts "好きな整数を入力して下さい"
input = gets.to_i
while number <= input
puts "Hello!"
number += 1
end
'''

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0