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 trialRhys Morris
Courses Plus Student 346 PointsWhich Band?
Challenge Task 4 of 4 has me lost.
Can anyone indicate that what I am missing?
I have placed a declaration...
String bandName = ("yahda yahda ya");
but aren't able to progress.
Any input would be appreciated. Thanks.
R.
String firstName = ("Gordon");
String lastName = ("Sumner");
String bandName = ("Suicidal Tendencies");
console.printf("Hello %s", firstName, lastName);
console.printf("Which band? ", bandName);
1 Answer
Craig Dennis
Treehouse TeacherHi Rhyss,
The goal of this is just to correct the errors. The last error was that the line was missing the String declaration. You got it, but I think you changed the rest of the line too.
Hope that helps!