🔧 31.do while Loop (Advanced)
Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to
a) do while loopda foydalanuvchi noto'g'ri parolni kiritganda, takroran parol so'raydigan kodni yozing (parol to'g'ri bo'lsa, loop to'xtaydi).
string To'g'ri = "12345";
string Tahmin;
do
{
Console.Write("Parolni kiriting: ");
Tahmin = Console.ReadLine();
if (Tahmin != To'g'ri)
{
Console.WriteLine("Noto'g'ri parol! Qayta urinib ko'ring.");
}
b) Quyidagi kodning natijasini tushuntiring:
int y = 0:
do
{
Console.WriteLine(y);
y++;
}while(y < 5);
*Javob: *
0
1
2
3
4
🔧 30.while Loop (Advanced)
📈 25.65 Punkte
🔧 Programmierung
🔧 31.do while Loop (Advanced)
📈 25.65 Punkte
🔧 Programmierung
🔧 Day 16 - Slicing,for loop and nested loop
📈 19.65 Punkte
🔧 Programmierung
🔧 do while loop
📈 18.81 Punkte
🔧 Programmierung
🔧 Python While Loop Examples
📈 18.81 Punkte
🔧 Programmierung
🐧 Can someone tell me why my while loop never ends
📈 18.81 Punkte
🐧 Linux Tipps
🔧 31.do while Loop
📈 18.81 Punkte
🔧 Programmierung
🔧 while loop - task
📈 18.81 Punkte
🔧 Programmierung
🕵️ What is a while(2) loop in Hex-Rays?
📈 18.81 Punkte
🕵️ Reverse Engineering
🔧 while Loop
📈 18.81 Punkte
🔧 Programmierung
🔧 While loop.
📈 18.81 Punkte
🔧 Programmierung
🔧 No more for/while loop in JavaScript
📈 18.81 Punkte
🔧 Programmierung
🔧 23. do while loop
📈 18.81 Punkte
🔧 Programmierung
🔧 22. While Loop
📈 18.81 Punkte
🔧 Programmierung
🔧 While loop C++
📈 18.81 Punkte
🔧 Programmierung
🔧 The do-while Loop
📈 18.81 Punkte
🔧 Programmierung
🔧 while loop C++
📈 18.81 Punkte
🔧 Programmierung
🔧 The while Loop
📈 18.81 Punkte
🔧 Programmierung
🔧 NESTED WHILE LOOP
📈 18.81 Punkte
🔧 Programmierung
🔧 No more for/while loop in JavaScript
📈 18.81 Punkte
🔧 Programmierung
🔧 while loop
📈 18.81 Punkte
🔧 Programmierung