logo

Crowdly

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

✅ 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 x après l'exécution de ce code ?

Dim i As Integer, j As Integer, x As Integer

x = 0

i = 1

Do While i <= 3

    j = 1

    Do While j <= 3

        x = x + i + j

        j = j + 1

    Loop

    i = i + 1

Loop

100%
0%
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!