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

C# C# Basics Methods Methods

What 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
Steven Parker
229,644 Points

I 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. :see_no_evil:

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.

I reviewed the videos so many times thanks though.

Steven Parker
Steven Parker
229,644 Points

Were you able to figure it out by comparing the questions?

No i didn't

Steven Parker
Steven Parker
229,644 Points

Try 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.