logo

Crowdly

Quelle sera la valeur de total à l'issue de ce traitement ? Dim i As Integer, ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Quelle sera la valeur de total à l'issue de ce traitement ?

Dim i As Integer, j As Integer, total As Integer

valeur = 1

For i = 1 To 2

    j = 1

    Do Until j > 2

        total = total + i * j

        j = j + 1

    Loop

Next i

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