SORU - 4 / 15
-
S
Aşağıdaki kod parçasında boşluğa ne gelmelidir?
static void Main(string[] args) { ____ (int x = 0; x <= 5; x++) { Console.Write(x); } Console.ReadLine(); }
-
A
for
-
B
foreach
-
C
while
-
D
do
-
DOĞRU CEVAP
for
- ÖNCEKİ SORU SONRAKİ SORU