Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.36 KB | None | 0 0
  1. {
  2.     class Program
  3.     {
  4.         static void Main(string[] args)
  5.         {
  6.             while (true)
  7.             {
  8.                 string salasana;
  9.                 Console.WriteLine("Kirjoita passu");
  10.                 salanana = Console.ReadLine();
  11.  
  12.                 if (salasana == "matti")
  13.                 break;
  14.                 else
  15.         } }
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement