logo

Crowdly

Quelle est la valeur finale de compteur après l'exécution de ce code ? Dim i A...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Quelle est la valeur finale de compteur après l'exécution de ce code ?

Dim i As Integer, j As Integer, compteur As Integer

compteur = 0

For i = 1 To 2

    j = 1

    Do While j <= 3

        compteur = compteur + 1

        j = j + 1

    Loop

Next i

0%
100%
0%
0%
More questions like this

Want instant access to all verified answers on moodle-exam.unistra.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!