Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Ruby Basics (Retired) Ruby Numbers Multiplication and Division

hi, there is a problem with this website, when i submit "check work" i getting error all time

problem

variable.rb
a = 6
b = 2
product = a * b 

2 Answers

Ari Misha
Ari Misha
19,323 Points

Hiya Ward! I know Treehouse error aint much of a help and pretty stubborn as hell too. Now regarding your code, wrap variables "a" and "b" in parenthesis "()" and you are good to go. I hope it helped. (:

Jay McGavren
STAFF
Jay McGavren
Treehouse Teacher

Ari Misha Actually, I tried Ward Madoyan 's code exactly as it was and it passed task 1 of the challenge just fine.

Ward, unfortunately sometimes we have problems with the web service that runs people's code challenges, and it returns an error even if the answer is correct. (If this is happening, it will usually be the un-helpful default error of "Bummer: Try again" rather than a hint that specifically helps you solve the current challenge.) If you suspect this is happening, check http://status.teamtreehouse.com/ . If the service is currently down, there will be a notification there. You can also e-mail support@teamtreehouse.com for assistance.

Sorry for the trouble! If you try the challenge again now, it should work. Just reply if you have further trouble!