You are on page 1of 3

START

PRINT "WHO WANTS TO BE A MILLIONAIRE?!"

LET total = 0
LET safe1 = 1000
LET safe2 = 32000

READ question$, chA$, chB$, chC$, chD$, answer$

PRINT question$
PRINT chA$
PRINT chB$
PRINT chC$
PRINT chD$
NEXT question%
INPUT "Answer:", reply$

No Yes
IF reply$ = answer$

PRINT "Yes, it's correct"

SELECT CASE question%


CASE 1: total = total + 100
CASE 2: total = total + 100
CASE 3: total = total + 100
CASE 4: total = total + 200
CASE 5: total = total + 500
CASE 6: total = total + 1000
PRINT "Sorry, you've got CASE 7: total = total + 2000
wrong answer, see ya!" CASE 8: total = total + 4000
CASE 9: total = total + 8000
CASE 10: total = total + 16000
CASE 11: total = total + 32000
CASE 12: total = total + 61000
CASE 13: total = total + 125000
CASE 14: total = total + 250000
CASE 15: total = total + 500000
END SELECT

C A B
A B
C

Yes IF total = safe1 OR No


total = safe2 THEN

INPUT "Do you want to continue? (Y or N)"; Continue$

No Yes
IF Continue$

Yes No
IF total = 1000000 THEN

PRINT "Hang on... One million... Congratulations!!!


You've won the game! Sorry, there's no real money. :-p"

PRINT "Your total is..."


PRINT "$"; total

END
DATA "Who are you?"
DATA "A Human", "B Animal", "C Alien", "D Unknown", "A“

DATA "A .... of shoes."


DATA "A side", "B pair", "C block", "D what?", "B“

DATA "You are what you ..."


DATA "A see", "B feel", "C can", "D eat", "D“

DATA "WHAT ARE YOU DOING?!“


DATA "A Reading", "B Watching", "C Sitting", "D ANSWERING THESE QUESTIONS, IDIOT!!!", "D“

DATA "Okay, you're good. 1 + 0 is?"


DATA "A 2", "B 3", "C 4", "D One", "D“

DATA "BruNet stands for ..."


DATA "A Brunei Internet", "B Brunei Network", "C BruDirect", "D Brunei Net Cafe", "B“

DATA "8885555?"
DATA "A What's that?", "B Mobile number", "C Interactive line number", "D Pizza", "C“

DATA "STD stands for ..."


DATA "A Sexually Transmitted Diseases", "B (Rock) Steady!!!", "C Save Transfer Directory", "D Super
Tracking Device", "A“

DATA "Brunei ..."


DATA "A Airlines", "B Network", "C Darussalam", "D Kingdom", "C“

DATA "Right. No calculators: 1 + 3 * 8 + 7 - 2 / 3 - 8 * 9 / 7 * 0 + 7 - 7?"


DATA "A Argh! I don't know!", "B 2,000?", "C Zero?", "D 858", "C“

DATA "First World War broke on ..."


DATA "A 11 September 2001", "B 4 August 1914", "C 15 July 1946", "D 1 January 1984", "B“

DATA "What is BASIC program?"


DATA "A Err... Basic?", "B B.A.S.I.C", "C Beginner's All-Purpose Symbolic Instruction Code", "D LOGO",
"C“

DATA "A routine is ..."


DATA "A a computer program", "B a series of step-by-step instructions", "C a software package", "D
none of the above", "B“

DATA "In QBASIC, colour 0 is ..."


DATA "A black", "B white", "C red", "D blue", "A“

DATA "Do you think you're going to win the game?"


DATA "A Don't know", "B YES!!!", "C No", "D Maybe", "B"

You might also like