2) являются ли условными операторами след.последовательности символов: a) if x < y then x : =0 else y : =0; b) if x > y then x : =0 else read( y ); d) if a < b then 100 else z : =25; e) if (c< 2) or (a> 2) then read (a) else read (c) g)if a+b then write ("a") else write (b")