Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6.  
  7. namespace ConsoleApp6
  8. {
  9. class Program
  10. {
  11. static void Main(string[] args)
  12. {
  13. Shit:
  14. Console.WriteLine("hello, vad รคr 5+5?");
  15. string nigger = Console.ReadLine();
  16.  
  17. if (nigger == "10")
  18. {
  19. Console.WriteLine("correct");
  20. Console.ReadLine();
  21. }
  22. else
  23. {
  24. Console.WriteLine("wrong, try again");
  25. goto Shit;
  26. }
  27. }
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement