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 Using your New Tools Multiple Strings

TreeStory.java

I was Entering code to the Workspace from the video and when i went to start my story i got errors with "=" there red now and i don't know what to do about it http://puu.sh/hgzB1/b47d2b8be8.png I took a pic of the code so you can see it

Can I see your error?

TreeStory.java:15: error: cannot find symbol
console.printf("%s is very %s", name, adjectiv);
^
symbol: variable adjectiv
location: class TreeStory
1 error

That is the error i am getting

Can I see your workspace? Just click the picture of a camera in the upper right corner and press Take Snapshot :camera:. Then, press the photo you made, copy the link, and paste it here.

1 Answer

On line 15, add an e after adjectiv. The compiler is picky like this.