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 trialLiz Pasek Allen
79 PointsI am a c# beginner and can't figure out the answer to the tutorial question: __word; word = "bird"; System.
I am a c# beginner and can't figure out the answer to these tutorial questions:
__word; word = "bird"; System.
___ letter; letter = 'c'; System.Console.WriteLine(letter);
Why isn't the answer "var"?
1 Answer
Steven Parker
231,198 PointsCan you provide a link to the actual quiz?
But if I guess just based on what I see here, perhaps the quiz wants you to be more specific in the declaration and identify these as "string" instead of just "var".