Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~444 People Reached
Favorite Forums
Member Avatar for bertha

Hi Guys i am working on quiz test,but i have stuck on next flag question button ,my code is not working at all.Can any body assist me please private void btnNextFlagQuestion_Click(object sender, EventArgs e) { i=0; for(i = 0; i<10;i++) if(i<10) MessageBox.Show ("messagebox you have finished" ); } if (User_Answer[] …

Member Avatar for Ketsuekiame
0
126
Member Avatar for mcoliver88

Hi I am creating a quiz in C# and i want to know how to flag a question that the user is unsure about. At the end of the quiz i would like them to review flagged questions. How can i do this? So far i have created the array …

Member Avatar for bertha
0
318