Advertisement
Guest User

Untitled

a guest
Sep 1st, 2019
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. using System;
  2.  
  3. namespace ddw
  4. {
  5. class Program
  6. {
  7. static void Main(string[] args)
  8. {
  9. string ime = Console.ReadLine();
  10. string ime2 = Console.ReadLine();
  11. string command = Console.ReadLine();
  12. while (command != "End of game")
  13. {
  14. int playerOnePoints = int.Parse(command);
  15. int playerTwoPoints = int.Parse(Console.ReadLine());
  16. //ostanaliq kod
  17. command = Console.ReadLine();
  18. }
  19. //dovushvash koda
  20. }
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement