# list0304.rb
# ³ÆÍ×ÁǤη׻»

a = [ 2, 3, 4, 5, 2.0, 3.0, 4.0, 5.0 ]
a.each{ |num|
  puts num / 2
}