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
a Error Semicolon after the right parenthes... View full answer
Get step-by-step solutions from verified subject matter experts
