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 trialAdam Tatusko
16,589 PointsAdverb/Adjective Error on line 17
Line 17 should be:
String adverb = console.readLine("Enter an adverb: ");
instead of
String adverb = console.readLine("Enter an adjective: ");
2 Answers
Craig Dennis
Treehouse TeacherNice catch! Thanks for the help!
I've updated the Teacher Notes with the correct code.
Told ya I make errors all the time ;)
Thanks again!
PS. I gave you an exterminator badge!
Adam Tatusko
16,589 PointsAnd we learn from our errors. Thanks for the badge. I really enjoyed your Java course. I can't wait for the next one!