Определите значение переменной a после выполнения фрагмента программы: a := 10;
if a > 5 then
a := a + 10
else
a := a - 3;
if a < 5 then
a := a + 1
else
a := a - 7;
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.