dim beep1 dim Q1 as int dim Q2 as int dim Q3 as int dim Q4 as int dim Q5 as int dim Q6 as int dim Q7 as int dim Q8 as int dim Q9 as int dim Q10 as int dim score as int score=0 Print"10 point question" print "what is vegitas" print"home planet?" Print"1: Namek" print"2: Vegita" print"3: earth" input Q1 CLS if Q1=2 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+10 score=score+10 wait 20 else Print"no" beep 4 print"your score is now ",score-10 score=score-10 wait 20 end if Print"20 point question" print "what is Goku's" print"saiyan' name?" Print"1: Kakarot" print"2: Goku" print"3: Gohan" input Q2 CLS if Q2=1 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+20 score=score+20 wait 20 else Print"no" beep 4 print"your score is now ",score-20 score=score-20 wait 20 end if Print"30 point question" print "What is Gohan's" print"race?" Print"1: human" print"2: namekian" print"3: saiyan" input Q3 CLS if Q3=3 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+30 score=score+30 wait 20 else Print"no" beep 4 print"your score is now ",score-30 score=score-30 wait 20 end if Print"40 point question" print "Who is Bulma's" print"husband?" Print"1: Vegita" print"2: Yamcha" print"3: Tien" input Q4 CLS if Q4=1 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+40 score=score+40 wait 20 else Print"no" beep 4 print"your score is now ",score-40 score=score-40 wait 20 end if Print"50 point question" print "Which one is an android?" Print"1: 18" print"2: 180" print"3: 1800" input Q5 CLS if Q5=1 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+50 score=score+50 wait 20 else Print"no" beep 4 print"your score is now ",score-50 score=score-50 wait 20 end if Print"60 point question" print "Where did Dende live?" Print"1: Vegita" print"2: Namek" print"3: Time and Space Room" input Q6 CLS if Q6=2 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+60 score=score+60 wait 20 else Print"no" beep 4 print"your score is now ",score-60 score=score-60 wait 20 end if Print"70 point question" print "What saiyan did" print"Gohan become?" Print"1: Super Saiyan 2" print"2: Super Saiyan 4" print"3: Super Saiyan 3" input Q7 CLS if Q7=1 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+70 score=score+70 wait 20 else Print"no" beep 4 print"your score is now ",score-70 score=score-70 wait 20 end if Print"80 point question" print "What weapon did" print"Trunks give Gohan?" Print"1: Gun" print"2: Bow and Arrow" print"3: Sword" input Q8 CLS if Q8=3 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+80 score=score+80 wait 20 else Print"no" beep 4 print"your score is now ",score-80 score=score-80 wait 20 end if Print"90 point question" print "What is Gohan's" print"daughter's name" Print"1: Buruma" print"2: Pan" print"3: Videl" input Q9 CLS if Q9=2 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+90 score=score+90 wait 20 else Print"no" beep 4 print"your score is now ",score-90 score=score-90 wait 20 end if Print"100 point question" print "Who is Gohan's" print"wife?" Print"1: Videl" print"2: Chi Chi" print"3: Bulma" input Q10 CLS if Q10=1 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+100 score=score+100 wait 20 else Print"no" beep 4 print"your score is now ",score-100 score=score-100 wait 20 end if Print"Woah!" Print"You finished with" Print"A score of ",score wait 60 CLS PRINT PRINT PRINT"By Andrew T" Print"Awtrules" PRINT"@msn.com" PRINT wait 60 CLS PRINT PRINT"part of the" Print"CYBIKO DOMAIN" Print"team" Print Wait 60 CLS PRINT Print Print"cybikodomain.tripod.com" Print Print Wait 60