Определите значение переменной a после выполнения фрагмента программы

a := 5;
if a >= 5 then
a := a - 2
else
a := a + 3;
if a < 3 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.