Newer
Older
Ruby / dabug-j2305-1.rb
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

print "数を入れてね: "
kazu = gets.to_i
if kazu % =0
  print "偶数だよ!"