✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
En analysant le code suivant, indiquez le comportement attendu de la procédure.
Sub MaProcedure()
Dim var1, var2 as integer
Dim var3 as byte
var1=-600
var2=var1*2
var3=355
var3=Cint(var3)
var3=var2+var3
Msgbox var3
End Sub
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!