Какие значения будет принимать переменная х после выполнения каждого из следующих операторов? Подразумевается, что, а = 18, b = -15, p = true.

a) if a>b then x:=1 else x:=4;

b) if a<b then x:=15 else x:=–21;

c) if p then x:=32 else x:=638;

d) if not p then x:=0 else x:=1;

e) if (a<b) and p then x:=–1 else x:=1;

f) if (a>b) or p then x:=–6 else x:=–5;

g) if not (a>b) then x:=19 else x:=–2;

h) if (a=b) or p then x:=89 else x:=–15.

Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2025 SCHOLAR.TIPS - All rights reserved.