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 Getting Started with Java IO

I think my English is realy bad.... what am i missing in this challenge? 0.o"

camel-cased ????? switch it with firstName? how i write the input my user's name after compailing to do it right? this is the point of this task isn't it?

IO.java
// I have imported java.io.Console for you.  It is a variable called console.
string camel-cased= console.readLine("what is your name?  ");

3 Answers

Adnan Pozegić
Adnan Pozegić
12,789 Points

For the first question, yes. Now your variable is named "camel-case" and it should be "firstName". Camel-case means every first letter of words are big (uppercase) letters so it mimmicks camel humps (if that was confusing you): camelCaseExampleForTheWin :)

For the second question. You can (if you want, because this isn't crucial to finish task) click the preview button to see the result of your code before checking (there you should get to the prompt where it will wait for you to type something which would be saved into the variable on the left.

thank you. as you might think by now. my home languege isnt English. it's Hebrew -.-" and i still cant figure how to finish this quiz :'( I have history with C#, did it 2 years and still kicking. but i stuck every dam quiz. any suggestion how to work with good proccess? every quiz i have a question and it takes much of my time :( any way to move on to next lesson without the quiz? i am realy hopeless to be honest... please send me the solution

Tree House
Tree House
19,702 Points

just change firstname to firstName just like that.