C# görsel programlama 'da kullanıcı adı kullanaarak programa giriş yapma



Sagot :

string kullaniciAdi = "";  string sifre = "";  do  {  Console.Write("Kullanıcı Adı : ");  kullaniciAdi = Console.ReadLine();  Console.Write("Şifre : ");  sifre = Console.ReadLine();  Console.WriteLine("Hatalı Kullanıcı Adı veya Parola");  } while ((kullaniciAdi != "gorsel") || (sifre != "programlama"));  Console.Clear();  Console.WriteLine("Başarılı Giriş ");  Console.ReadLine(); 
Thank you for visiting our website wich cover about Bilgisayar. We hope the information provided has been useful to you. Feel free to contact us if you have any questions or need further assistance. See you next time and dont miss to bookmark.


Rans Other Questions