public static void Main()
Console.WriteLine("Lütfen kullanıcı adını giriniz");
kullaniciadi=Console.ReadLine();
Console.WriteLine("Lütfen şifrenizi giriniz");
sifre=Convert.ToInt16(Console.ReadLine());
Console.WriteLine("Klavyeden girilen bilgiler,kullanıcı adı"+kullaniciadi+" "+"şifre"+sifre);