logo

Crowdly

Analysez le code suivant pour déterminer la valeur de la variable MaVar à la f...

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

Analysez le code suivant pour déterminer la valeur de la variable MaVar à la fin du traitement.

Option Explicit

Sub rollercoaster()

Dim Mavar As Byte

Dim i, j As Byte

i = 1

j = 1

Do

    Do

        Mavar = Mavar + 1

         i = i + 1

    Loop Until i / 2 = Int(i / 2)

   

   j = j + 1

Loop until j>10

MsgBox Mavar

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