✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що буде виведено на екран після виконання фрагмента програми:
Private Sub Command1 Click () a = 3 if a> 3 then a = 5 else a = 1 Text1.Text = a End Sub