Advertisement
saluxx

save some text

Sep 9th, 2015
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Console.ReadKey();
  2. Console.Clear();
  3.  
  4. Console.WriteLine("Which weapon is the Russians favorite weapon in cs");
  5. Console.WriteLine("1 Ak 47");
  6. Console.WriteLine("2 AWP");
  7. Console.WriteLine("3 Knife");
  8. string weapon = Console.ReadLine();
  9. if (weapon == "3")
  10. {
  11. Console.WriteLine();
  12. Console.WriteLine("The Right Answer is 3 Markus Persson");
  13. Console.Write("Your Points: ");
  14. Console.ForegroundColor = ConsoleColor.Magenta;
  15. Console.WriteLine(correctanswer + correctanswer1 + correctanswer2 + correctanswer3 + correctanswer4 + correctanswer5);
  16. Console.ResetColor();
  17. Console.WriteLine();
  18. Console.WriteLine("Press any button to continue");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement