Stuck at 14/16 intro to Ruby

Hello,
I am stuck at the 14/16 Intro to Ruby.
I have the following mistake message on my page “It looks like the variable sum isn’t quite right. Did you set it equal to 13 + 379, and did you use the + sign to do it?”
But actually, my code line is:
sum = 13 + 379
product = 923 * 15
quotient = 13209 /17
puts sum
puts product
puts quotient
Did someone already have this problem?
Regards,

1 Like

the exercise ask for 379, you use 279, that is 100 difference, no surprise the exercise throws an error message

3 Likes

Sorry about that !!
Completely sure about myself

1 Like

no problem, that is what the forum is for, issue resolved?

3 Likes

Yes thanks a lot. Everything is resolved :slight_smile:

1 Like