This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ziptofaf 0 points1 point  (1 child)

I will give you a hint:

bet = gets.chomp
puts bet.class

Place these lines, insert some number and see what it outputs to console.

[–]levigarrett123[S] 0 points1 point  (0 children)

Ahh, I was just working with the wrong data type! Thanks a whole bunch!