Question: Identify and correct the errors in each of the following statements: a) if (c < 7); { Console.WriteLine(c is less than 7); } b) if

Identify and correct the errors in each of the following statements:

a) if (c < 7);

{

Console.WriteLine("c is less than 7");

}

b) if (c => 7)

{

Console.WriteLine("c is equal to or greater than 7");

}

Step by Step Solution

3.40 Rating (159 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

a Error Semicolon after the right parenthes... View full answer

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 Visual C How Program Questions!