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 trialShaun Kelly
5,648 PointsDon't understand how to work this out. I type in 19
Auto increment the variable named unstable:
int unstable = 25;
unstable -= 5;
1 Answer
Patrick Cooney
12,216 PointsTo be honest with you I don't like the way they phrase the question. "Auto" makes it sound like you do something and it automatically makes it continue incrementing until you tell it to stop. There is something you can do to your variables to make them go up by one or down by one every time you put these operators in your code. See this thread for an idea of what I'm talking about.