count = 0 4.times do puts "this is the count #{count}" count = count+1
4.times do |count| puts "this is the count #{count}" end