Исправьте ошибки в записи 1. If a>0 then a=5;
2. x=5 then a:=sqr(x); b:=sqrt(x) else write(x);
3. If a:=0 then x=1 else x=5;
4. If 0 5. If x>=yelse y:=x*x then x:=y*y;
6. If a=0 else x:=a+10;
7. If y>0 then x:=y div 2 else x:=y mod 2 end;
8. If a=0 then a:=a*2; else a:=a*3;
9. If x>10 then begin y:=x+x else y:=x*xend;
10.Ifx<= then y>=x else x=y;