F&A Diskussionen
exception <3
-1 Stimme
1 AntwortPls help <3
0 Stimmen
1 AntwortMy First Blog <3
5 Stimmen
5 AntwortenNEED YOUR KIND HELP <3
0 Stimmen
1 AntwortI love Ruby 😄
6 Stimmen
8 AntwortenWhy isn't there Lua
0 Stimmen
1 AntwortIt’s not a question, it’s a statement
13 Stimmen
2 AntwortenAppreciation To Sololearn
3 Stimmen
5 AntwortenPls help me with this
8 Stimmen
2 Antwortenx = 42;
int num = 0;
while (num <3)
Consele.writeline (x);
num++;
int x = 42; is just an int with an asigned value of 42
int num=0; is what initiate the count for the while loop
while (num < 3); means 0<3 true, 1< 3 true, 2<3 true, the loop end at 2 bc 3 <3 is false
consele.writeline (x) will display 42 while num < 3
num++ will execute and then add 1 to check if the while loop still true, but it stop at 2, bc 3 makes it false.
so the consele.write will write 42 three times. x=42, remember the (x)
0 Stimmen
2 AntwortenHeute heiß
Sticky position
3 Votes
Help please?
3 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
Suggestions needed
4 Votes
What is that z for
0 Votes