logo

Crowdly

Quel est le problème avec ce code VBA ? Dim i As Integer, j As Integer i = 0...

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

Quel est le problème avec ce code VBA ?

Dim i As Integer, j As Integer

i = 0

Do While i < 3

    j = 0

    Do Until j = 3

        MsgBox "i = " & i & ", j = " & j

        j = j + 1

    Loop

    i = j

Loop

50%
50%
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!