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

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.