✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Якщо значення змінної дорівнює 8, то який з операторів буде виконаний після виконання оператора
Select Case a Case 5 b = 1 Case 3 To 15 b = 2 Case Is >5 b = 3 Case 2, 4, 6, 8, 10 b = 4 End Select