F&A Diskussionen
Why it’s 70 and not 69?
2 Stimmen
6 AntwortenWhat is my mistake?
0 Stimmen
1 AntwortMouse Position Javascript Canvas
5 Stimmen
4 AntwortenC++
1 Stimme
5 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 Antwortenneed help plz
0 Stimmen
2 AntwortenWhy is there this error?
1 Stimme
4 AntwortenMethod in python
0 Stimmen
2 AntwortenHeute heiß
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Please rate my code from 1 to 10
2 Votes
Suggestions needed
4 Votes
Square Roots
0 Votes
Uuu
1 Votes