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 trial

Java

I am near the end of the Java course and am not sure what the TODOs are telling me.

I am almost done with the code and am working on the TODOs but I do not understand them. please help.

1 Answer

Craig Dennis
STAFF
Craig Dennis
Treehouse Teacher

Basically the concept is to recreate the Java Basics TreeStory, but with your new tricks. In the Prompter object add a new method that accepts input for a custom template from the user. Ask for it in the program, then ask the user to fill in each blank...censor it. When all is done write it out.

That help?

yes thanks Craig