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 trialgarrett hamilton
111 PointsWhat do i use to have my code print out to the console example compile and print "Hi!" out to the terminal?
Iv'e watched the videos so many time and i still don't understand.
2 Answers
Steven Parker
231,198 PointsI assume you're referring to one or more of the "fill in the blank" questions. They all are missing a small part of the same demo program. Since the missing parts are different in each question, you can actually compare the questions with each other to determine what the complete program looks like.
But of course, it would be better to review basic program structure and method definition and calling syntax to be able to answer them individually.
garrett hamilton
111 PointsNo i didn't
Steven Parker
231,198 PointsTry writing down or making a screenshot of each question and then comparing it to the next one. You might notice that where a blank is drawn in one, there is code in the other.
garrett hamilton
111 Pointsgarrett hamilton
111 PointsI reviewed the videos so many times thanks though.
Steven Parker
231,198 PointsSteven Parker
231,198 PointsWere you able to figure it out by comparing the questions?