✅ 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 IntegerDim i, j As Bytei = 1For j = 1 To 100 Do While i / 2 = Int(i / 2) Mavar = Mavar + 1 Loop i = i + 1 NextMsgBox MavarEnd SubGet Unlimited Answers To Exam Questions - Install Crowdly Extension Now!