Advertisement
Guest User

NiggersHIT booty

a guest
Mar 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. If Question = 1 Then
  2. If radAnswer2.Checked = True Then
  3. MsgBox("Congragulations", MsgBoxStyle.Exclamation, "Results")
  4. Else
  5. MsgBox("Nope sorry, try again", MsgBoxStyle.Information, "Results")
  6. End If
  7. End If
  8.  
  9. If Question = 2 Then
  10. If radAnswer1.Checked = True Then
  11. MsgBox("Congragulations", MsgBoxStyle.Exclamation, "Results")
  12. Else
  13. MsgBox("Nope sorry, try again", MsgBoxStyle.Information, "Results")
  14. End If
  15. End If
  16.  
  17. If Question = 3 Then
  18. If radAnswer3.Checked = True Then
  19. MsgBox("Congragulations", MsgBoxStyle.Exclamation, "Results")
  20. Else
  21. MsgBox("Nope sorry, try again", MsgBoxStyle.Information, "Results")
  22. End If
  23. End If
  24.  
  25. If Question = 4 Then
  26. If radAnswer2.Checked = True Then
  27. MsgBox("Congragulations", MsgBoxStyle.Exclamation, "Results")
  28. Else
  29. MsgBox("Nope sorry, try again", MsgBoxStyle.Information, "Results")
  30. End If
  31. End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement