Q&A Discussies
exception <3
-1 Stem
1 AntwoordPls help <3
0 Stemmen
1 AntwoordMy First Blog <3
5 Stemmen
5 AntwoordenNEED YOUR KIND HELP <3
0 Stemmen
1 AntwoordI love Ruby ๐
6 Stemmen
8 AntwoordenWhy isn't there Lua
0 Stemmen
1 AntwoordAppreciation To Sololearn
3 Stemmen
5 AntwoordenPls help me with this
8 Stemmen
2 Antwoordenx = 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 Stemmen
2 AntwoordenPopulair vandaag
Decorators in python.
2 Votes
Coding for Cybersecurity
1 Votes
Need help
1 Votes
Pointers in c#
1 Votes
Please click me
0 Votes
Salut tout le monde
1 Votes
How can i isntall modules
1 Votes
Unity's loading time?
4 Votes