Question: Write a program named Comments that displays a statement that defines program comments. Include at least one block comment, one line comment, and one WriteLine()

Write a program named Comments that displays a statement that defines program comments. Include at least one block comment, one line comment, and one WriteLine() statement in the program.

using static System.Console;

class Comments

{

static void Main()

{

}

}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!