Click here to Skip to main content
15,908,581 members
Home / Discussions / C#
   

C#

 
GeneralI need to Create a Quiz Program. Pin
Alex50123-Jan-08 7:41
Alex50123-Jan-08 7:41 
It should look like this one.

Welcome to The Quiz Program!
You can be quizzed on any of the following operators:
1) % (modulus, or 'remainder')
2) * (multiplication)
3) / (integer division)
4) / % (integer division & modulus in a combined challenge!
Type the number of the operator that you wish to be quizzed on: 1

I will ask you to tell me the result of

A % B

What is the smallest value of A: 0
What is the largest value of A: 100
What is the smallest value of B: 40
What is the largest value of B: 50

How many times do you wish to be quizzed:
3

Ok, we're ready to go!
What is the result of 92 % 44? 4
4 is correct!
What is the result of 92 % 48? 4
Good try, but no: 92 % 48 = 44
What is the result of 18 % 47? 47
Good try, but no: 18 % 47 = 18
Thank you for using this program - have a nice day!

Press the 'Return' key to exit
GeneralRe: I need to Create a Quiz Program. Pin
Giorgi Dalakishvili23-Jan-08 7:52
mentorGiorgi Dalakishvili23-Jan-08 7:52 
GeneralRe: I need to Create a Quiz Program. Pin
Thomas Stockwell23-Jan-08 8:02
professionalThomas Stockwell23-Jan-08 8:02 
GeneralRe: I need to Create a Quiz Program. Pin
#realJSOP23-Jan-08 8:03
professional#realJSOP23-Jan-08 8:03 
GeneralRe: I need to Create a Quiz Program. Pin
Wes Aday23-Jan-08 9:18
professionalWes Aday23-Jan-08 9:18 
GeneralRe: I need to Create a Quiz Program. Pin
pmarfleet23-Jan-08 10:48
pmarfleet23-Jan-08 10:48 
GeneralRe: I need to Create a Quiz Program. Pin
Pete O'Hanlon23-Jan-08 11:15
mvePete O'Hanlon23-Jan-08 11:15 
Generaldll reference Pin
Peterson Luiz23-Jan-08 7:27
Peterson Luiz23-Jan-08 7:27 
GeneralRe: dll reference Pin
engsrini23-Jan-08 8:24
engsrini23-Jan-08 8:24 
GeneralRe: dll reference Pin
Peterson Luiz24-Jan-08 8:17
Peterson Luiz24-Jan-08 8:17 
GeneralRe: dll reference Pin
Gareth H23-Jan-08 8:29
Gareth H23-Jan-08 8:29 
GeneralRe: dll reference Pin
Peterson Luiz24-Jan-08 8:20
Peterson Luiz24-Jan-08 8:20 
GeneralRe: dll reference Pin
Brad Grace24-Jan-08 15:51
Brad Grace24-Jan-08 15:51 
QuestionEncrypting a stream Pin
Schokoolero23-Jan-08 7:18
Schokoolero23-Jan-08 7:18 
GeneralRe: Encrypting a stream Pin
Giorgi Dalakishvili23-Jan-08 7:51
mentorGiorgi Dalakishvili23-Jan-08 7:51 
GeneralRe: Encrypting a stream Pin
Schokoolero23-Jan-08 8:17
Schokoolero23-Jan-08 8:17 
GeneralRe: Encrypting a stream Pin
DaveyM6923-Jan-08 9:14
professionalDaveyM6923-Jan-08 9:14 
GeneralRe: Encrypting a stream Pin
Skippums23-Jan-08 10:35
Skippums23-Jan-08 10:35 
QuestionExtending Hashtable - is there a better way? [modified] Pin
Clive D. Pottinger23-Jan-08 6:59
Clive D. Pottinger23-Jan-08 6:59 
GeneralRe: Extending Hashtable - is there a better way? Pin
engsrini23-Jan-08 8:43
engsrini23-Jan-08 8:43 
GeneralCreating a WPF app with notpad and command-line compiler. Pin
CataclysmicQuantum23-Jan-08 6:29
CataclysmicQuantum23-Jan-08 6:29 
GeneralRe: Creating a WPF app with notpad and command-line compiler. Pin
led mike23-Jan-08 6:54
led mike23-Jan-08 6:54 
GeneralRe: Creating a WPF app with notpad and command-line compiler. Pin
CataclysmicQuantum23-Jan-08 7:03
CataclysmicQuantum23-Jan-08 7:03 
GeneralRe: Creating a WPF app with notpad and command-line compiler. Pin
led mike23-Jan-08 7:19
led mike23-Jan-08 7:19 
GeneralRe: Creating a WPF app with notpad and command-line compiler. Pin
CataclysmicQuantum23-Jan-08 7:37
CataclysmicQuantum23-Jan-08 7:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.