✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Quelle est la valeur finale de x après l'exécution de ce code ?
Dim i As Integer, j As Integer, x As Integerx = 0i = 1Do While i <= 3 j = 1 Do While j <= 3 x = x + i + j j = j + 1 Loop i = i + 1Loop
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!