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 trialYasmine Van Pee
529 PointsWhere can I find the correct answer to a question that I answered wrong?
I calculated the sum of the expenses spreadsheet as $11,061.00. This was not correct. Can someone tell me the correct answer? Or even better, where to find it? Thank you in advance!
2 Answers
Jason Anders
Treehouse Moderator 145,860 PointsHi,
If you're talking about the question that states "The spreadsheet shows all the expenses incurred by an individual over a period of time." (It's always best to quote the question you are having problems with) ...
I entered 11061
and the question returned "Correct". If you're entering it exactly as you have it above, the code will not pass as putting a comma separator in is what is throwing the error. Just remove the comma. Both 11061
and 11061.00
will pass.
Keep coding!
Yasmine Van Pee
529 PointsThanks Jason, that did the trick. Thanks for your fast response!