Advertisement
allerost

Test 123

Sep 9th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. string answer = "vit";
  2.  
  3. string userInput;
  4.  
  5. userInput = Console.ReadLine()
  6.  
  7. if (userInput == answer)
  8. {
  9. Console.WriteLine("Test");
  10. }
  11. else
  12. {
  13. Console.WriteLine("Annat skit här");
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement