Question: And the following data is declared inside the form class to be used as Automatic ID: int Autoid = 1 ; ss to be used

And the following data is declared inside the form class to be used as Automatic ID: int Autoid =1;
ss to be used as names of checkboxes are CheckBox1 and CheckBox2.
private void NumberorStudents_Click(object sender, EventArgs e)
i
if (fcheckBox1. Checked && lcheckBox2. Checked)
{
MessageBox.Show("Please Choose the Gender(s)"); return;
1
int i,c=0;
If (checkBox1. Checked && checkBox2. Checked)
else if (chec
I
}
else
C
}
}
 And the following data is declared inside the form class to

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!