logo

Crowdly

Quelle est la valeur finale de somme après l'exécution de ce code ? Dim i As I...

✅ 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 somme après l'exécution de ce code ?

Dim i As Integer, j As Integer, somme As Integer

i = 1

somme = 0

Do Until i > 3

    j = 1

    Do Until j > 2

        somme = somme + j

        j = j + 1

    Loop

    i = i + 1

Loop

0%
0%
100%
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!