Q&A Discussões
exception <3
-1 Voto
1 RespostaPls help <3
0 Voto
1 RespostaMy First Blog <3
5 Votos
5 RespostasNEED YOUR KIND HELP <3
0 Voto
1 RespostaI love Ruby 😄
6 Votos
8 RespostasWhy isn't there Lua
0 Voto
1 RespostaAppreciation To Sololearn
3 Votos
5 RespostasPls help me with this
8 Votos
2 Respostasx = 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 Voto
2 RespostasQuente hoje
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
I’m new someone can help me
0 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes
need help with the HTML code
1 Votes