🔧 while Loop
Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to
30.while Loop (Advanced)
a) while loopdan foydalanib, foydalanuvchi ragam kiritgancha loopni davom ettirish kodini yozing (masalan, 0 kiritilganda loop tugaydi).
b) Quyidagi kodning natijasi nima bo'ladi?
int x = 10;
while (x > 0)
{
Console. WriteLine(x);
x -= 2;
}
Javoblari:
a)
int num;
while(true)
{
num = int.Parse(Console.ReadLine());
if(num == 0)
{
break; // 0 kiritilganda loop to'xtaydi
}
}
b) 10
8
6
4
2
🔧 Day 16 - Slicing,for loop and nested loop
📈 19.97 Punkte
🔧 Programmierung
🔧 31.do while Loop
📈 19.09 Punkte
🔧 Programmierung
🕵️ What is a while(2) loop in Hex-Rays?
📈 19.09 Punkte
🕵️ Reverse Engineering
🔧 while Loop
📈 19.09 Punkte
🔧 Programmierung
🔧 While loop C++
📈 19.09 Punkte
🔧 Programmierung
🔧 No more for/while loop in JavaScript
📈 19.09 Punkte
🔧 Programmierung
🔧 23. do while loop
📈 19.09 Punkte
🔧 Programmierung
🔧 while loop C++
📈 19.09 Punkte
🔧 Programmierung
🔧 22. While Loop
📈 19.09 Punkte
🔧 Programmierung
🔧 NESTED WHILE LOOP
📈 19.09 Punkte
🔧 Programmierung
🔧 The do-while Loop
📈 19.09 Punkte
🔧 Programmierung
🔧 while loop
📈 19.09 Punkte
🔧 Programmierung
🔧 The while Loop
📈 19.09 Punkte
🔧 Programmierung
🔧 Nested while loop
📈 19.09 Punkte
🔧 Programmierung
🔧 No more for/while loop in JavaScript
📈 19.09 Punkte
🔧 Programmierung
🔧 do while loop
📈 19.09 Punkte
🔧 Programmierung
🔧 while loop
📈 19.09 Punkte
🔧 Programmierung
🐧 Java-do-while-Loop: So funktioniert die Schleife
📈 19.09 Punkte
🐧 Server
🔧 While Loop
📈 19.09 Punkte
🔧 Programmierung
🐧 How to Use Do While Loop in C++
📈 19.09 Punkte
🐧 Linux Tipps
🔧 do while loop
📈 19.09 Punkte
🔧 Programmierung
🔧 While loop
📈 19.09 Punkte
🔧 Programmierung
🔧 30.while Loop (Advanced)
📈 19.09 Punkte
🔧 Programmierung
🔧 Python One Line While Loop
📈 19.09 Punkte
🔧 Programmierung