Program qwerty; uses crt, graphabc; var x,y,x0,y0,k: real; begin x0: =320; y0: =240; k: =50; for x: =-320 to 320 do begin if x< 0 then y: =x*x else if (x> =0) and (x< 10) then y: =x else if x> =10 then y: =1/x end; end. почему в 7 строчке перед х пишет "ожидался порядковый тип"?
Вы "счетчик" в real объявили, а он должен быть integer