SORU - 7 / 15
-
S
Aşağıdaki kodun sonucu ne olur?
var x = 0, y = 50; while ( x < 10) { y--; x++; } alert ( "x : " + x + " ve y : " + y);
-
A
x : 10 ve y : 40
-
B
x : 11 ve y : 41
-
C
x : 12 ve y : 42
-
D
x : 13 ve y : 43
-
DOĞRU CEVAP
x : 10 ve y : 40
- ÖNCEKİ SORU SONRAKİ SORU