Quiz program - elsifs and loops problems need help
Posted: Thu Apr 27, 2006 12:44 am
Okay my program doesn't run can someone help me?
Code: Select all
loop
color (2)
put "Are You Addiicted To First Person Shooters ?? yes or no: " ..
get answer
exit when answer = "yes"
if answer = "no" then
put " "
color (blue)
put " Do you use the term NOOB? yes or no"
get answer
exit when answer = "no"
if answer = "yes" then
put " When you get a headshot kill in a first person shoot, do you say BOOOOM HEADSHOT? Yes or No "
get answer
exit when answer = "No"
if answer = "yes" then
put " When you here the word camping do you instantly thinking about campers in a FPS? Yes or No"
get answer
exit when answer = "No"
if answer = "Yes" then
put " The first thing that comes to your mind when you here CS is.. (1) Computer Science or (2) Counter-Strike"
get answer
exit when answer = "1"
if answer = "2" then
put " Do you run around your house pretending you're hold a guy and make gun sounds and say I can dance all day I can dance all day try hitting him noob? Yes or No"
get answer
exit when answer = " No"
if answer = "Yes" then
put " When you see a gun in a movie can you recognize it right away? yes or no"
color (red)
get answer
exit when answer = "no"
if answer = "yes" then
%Ask the 7th question
color (blue)
put " "
put "Your third question is.."
put "which of these reason do you think is the best reason you play FPS? Choose from 1 to 5 "
color (100)
put
"(1)Hockey not violent and bloody enough (2)Not enough people shooting at you on slight in real life (3) I just want to blow something up (4)Already got kicked out of the real army (5) I'm just bored and want to play something : "
..
get answer
exit when answer = "(5) I'm bored and want to play something"
if answer = "1" then
put "What War Ear Would You Rather Be A Part Of? World War 2 or Vietnam War or Iraq War"
elsif answer = "2" then
put "What War Ear Would You Rather Be A Part Of? World War 2 or Vietnam War or Iraq War"
elsif answer = "3" then
put "What War Ear Would You Rather Be A Part Of? World War 2 or Vietnam War or Iraq War"
elsif answer = "4" then
put "What War Ear Would You Rather Be A Part Of? World War 2 or Vietnam War or Iraq War"
color (red)
get answer
if answer = " World War 2" then
put " Your battlefield game is Battlefield 1942 and you played the game? Yes or No"
get answer
exit when answer = " No"
if answer = "Yes" then
put " If you have made it this far you are 100% addicted to first person shooters"
loop
color (2)
put "Are You Addiicted To First Person Shooters ?? yes or no: " ..
get answer
exit when answer = "no"
if answer = "Yes" then
put " Now don't you feel better for telling the truth?"
if answer = " Vietnam War" then
put " Your Battlefield game is Battleifield Vietnam have you play this game? Yes or No"
get answer
exit when answer = " No"
if answer = "Yes" then
put " If you have made it this far you are 100% addicted to first person shooters"
loop
color (2)
put "Are You Addiicted To First Person Shooters ?? yes or no: " ..
get answer
exit when answer = "no"
if answer = "Yes" then
put " Now don't you feel better for telling the truth?"
if answer = "Iraq War" then
put " Your Battlefield game is Battlefield 2 have you played this game? Yes or No "
get answer
exit when answer = " No"
if answer = "Yes" then
put " If you have made it this far you are 100% addicted to first person shooters"
loop
color (2)
put "Are You Addiicted To First Person Shooters ?? yes or no: " ..
get answer
exit when answer = "no"
if answer = "Yes" then
put " Now don't you feel better for telling the truth?"
end if
end loop [code]
Can someone fix it up and post it back here please? :thumbsup:
[color=#888888][size=85]Archived topic from Iceteks, old topic ID:4308, old post ID:34725[/size][/color]