Okay I started with Learn the hard way with ruby.
My code is below and below each code is my question.
I guess I do not understand the identifiers because when I do them in my 
head they dont add up.

Any help would be appreciative and the way I learn I can not move on till I 
know.

puts "I will now count my chickens:'"
puts "Hens #{25 + 30 / 6}"
#how does that equal 30?
puts "Roosters #{100 - 25 * 3 % 4}"
#How does this equal 97

puts "Now I will count the eggs:"

puts 3 + 2 + 1 - 5 + 4 % 2 - 1 / 4 + 6
#How does this equal 7, is it because it is 6.5 and it rounds up.


-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/ee25202d-be0b-4018-8c37-1a6b444345c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to