Dyskusje Q&A
Take inputs given
0 głosów
1 Odpowiedźhow to\loop alphabet
0 głosów
3 odpowiedziShort Crazy Quiz Java
3 głosów
4 odpowiedziHow to put in loop?
0 głosów
3 odpowiedziPettern
1 Głos
1 Odpowiedźx = 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 głosów
2 odpowiedziBest way to learn coding?
0 głosów
3 odpowiedziPrompting User to Try Again!
2 głosów
4 odpowiedziWhile loop, Being Choosy,
0 głosów
3 odpowiedziPopularne dzisiaj
Guys help please
1 Votes
Python question
2 Votes
Front-end vs Full-stack
1 Votes
Python
1 Votes
Are websites hackable?
1 Votes
About our Capstone product "Ecocambio" We don't know how to code and how electronics would connect.
0 Votes
C# and sql
1 Votes
What course to take for AI?
0 Votes
TICTACTOE
0 Votes