Укажите в каком из следующих примеров допущены ошибки: - if 1<х<2 then x=x+l: y=0 else x=0;
- if х <> 0 and у <> 0 then a=x else a=x+y;
- if a=0 then b=a else b= c or a;
- if x>0 then x= sin(x); y=cos(x); else x= sin(abs(x)); y=cos(abs(x));
- if x<>1 then x=l else x=10;