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 trialChristopher Harris
1,166 Pointswhat is wrong here
its is coming up with the error shown and i cant see why
// I have setup a java.io.Console object for you named console
String firstName = "chris";
console.printf("%s can code in Java!", fristName);
1 Answer
Jennifer Nordell
Treehouse TeacherYou have a typo! That's all. Take a good look at the last word in your code That should not be fristName
Christopher Harris
1,166 PointsChristopher Harris
1,166 Pointsyour a hero thanks :)
Jennifer Nordell
Treehouse TeacherJennifer Nordell
Treehouse TeacherYou're quite welcome Every programmer should have an extra set of eyes!