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 trialAzzan Al-Rahbi
1,412 Pointsi'am having errors
Bummer! Check the spelling of your argument to the printf method. Make sure it is printing out what the instructions are asking for
//the error azzan can code java!
i can't know is it the challenge or is it me
1 Answer
Philip Gales
15,193 PointsString firstName = "Philip";
console.printf("%s can code in Java!", firstName);
Adesh chavan
Courses Plus Student 35 PointsAdesh chavan
Courses Plus Student 35 PointsString firstName = "azzan" ; console.printf("%s can code in Java!",firstName); This will work surely