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
Get step-by-step solutions from verified subject matter experts
