if x > b then max := a; else max := b; if x > y then max := x; else max := y; if x < 0 and y < 0 then c := x + y;
if x > b then max := a; else max := b; if x > y then max := x; else max := y; if x < 0 and y < 0 then c := x + y;