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

2nd exercise in Computed Properties

First I tried to check if barCount==8 in the isFullyCharged method, but it return an error saying I should check the equality between barCount and MAX_BARS. But isn't the value of MAX_BARS already been set to 8 in the beginning of the code? if so< why can't I just compared barcount with its value? Thanks!

Hi Vivian,

I'm happy to help, but can you post the code you have so far?

Thanks!