A:=6; b:=15; a:=b-a*2 If a>b then c:=a+b else c:=b-a
C=12, что ещё нужно?
Begin a:=4; if a>4 then a:=5 else a:=1; write(a) end
A)a B)1 C)3 D)5