How can we get Ruby to tell us the number of letters in the alphabet?

print abc.reverseprint abc.lettersprint abc.lengthprint abc

Woohoo! The length method is included in Ruby and counts the characters in a string.

Yikes! The length method is included in Ruby and counts the characters in a string.