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

For j = 1 To 100

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

        Mavar = Mavar + 1

         i = i + 1

    Loop

   

Next

MsgBox Mavar

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