✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Скільки разів буде виконано оператор а = а + 1 при виконанні наступного циклу
Dim i As Single For i=10,3 To 1.23 Step -1.18 a = a + 1 Next i