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

Java Java Objects (Retired) Harnessing the Power of Objects Incrementing

wenting bian
PLUS
wenting bian
Courses Plus Student 1,180 Points

Unhappy with this challenge! This error alert and the "correct" answer waste my time.

This is not a question, but an alert or a comment. Only "mBarsCount++" is right. They do not consider "mBarsCount += 1" as right. OK, it's reasonable. The error alert said "Use ++". Yeah, I used "++" now. However, they don't consider "mBarsCount ++", which is correct in Java, as right. Waste much time!

1 Answer

Yeah I had the same issue IIRC. I guess the ++ notation is more idiomatic of Java.