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