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 Basics Perfecting the Prototype Reviewing Our Feedback

Create an integer that stores "number of people" ( Use camel case). Set the value to 3.

i put:

int number of people = 3;

7 Answers

Not really sure what your question is... I assume you are referring to the code challenge where they want you to use camel case for your variable names. You should use the following:

int numberOfPeople = 3;

Create an integer that stores "number of people" ( Use camel case). Set the value to 3.

This helped me too. :)

helped me as well

helped me as well

So making the word "people" uppercase is what I was doing wrong I guess.

thanks helped me too, I don't understand why these words are mashed together here but not in earlier task?

it worked thank you! so much!

Glad to help :) Please try to be a little more specific when asking for help. (you will get more and better answers)