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