Identify and correct the errors in each of the following sets of code: a) while (c

Question:

Identify and correct the errors in each of the following sets of code:
a) while (c <= 5)
{
product *= c;
++c;

b) if (gender == 1)
{
Console.WriteLine("Woman");
}
else;
{
Console.WriteLine("Man");
}

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Visual C# How to Program

ISBN: 978-0134601540

6th edition

Authors: Paul J. Deitel, Harvey Deitel

Question Posted: