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