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 (Retired) Prepare and Plan Preparation and Planning

Chris Huang
PLUS
Chris Huang
Courses Plus Student 123 Points

can I put // behind { ? EX. {//Promt the user...} or just // anywhere {} inside?

as title I dont get it. // could be anywhere just keep {} inside?

2 Answers

pet
pet
10,908 Points

Just one moment. The program will ignore ONLY the rest of the line will be commentified and not the next line there is no cap for the comment.

// are recommended to be inside braces because they indicates the beggining of every command