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 trialRichie Dalton
693 PointsTreeStory.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
Richie Dalton
693 PointsTreeStory.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
ISAIAH S
1,409 PointsCan I see your workspace? Just click the picture of a camera in the upper right corner and press Take Snapshot . Then, press the photo you made, copy the link, and paste it here.
Richie Dalton
693 Pointshttps://w.trhou.se/odjd2iwhi7 Theres that
1 Answer
ISAIAH S
1,409 PointsOn line 15, add an e after adjectiv. The compiler is picky like this.
ISAIAH S
1,409 PointsISAIAH S
1,409 PointsCan I see your error?