3.
x=.
Ce valoare va lua variabila x după executarea fiecărei dintre instrucţiunile ce urmează. Se consideră
că a=21; b=-12 şi p=False
if a>b then x:=5 else x:=-7;
if a
x=....
if p then x:=abs(b) else x:=a;
x=
if not p then x:=0 else x:=1;
if (a>b) or p then x:=-1 else x:=1;
X