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