Определить тип синтаксической ошибки в программе.

program A;

var b, c: integer;

begin

readln (b); if b>=0 then c:=b*b; else c:=-b*b*b; writeln (‘c=’, c);

end.

1) неописанный идентификатор 2) ошибка в записи оператора 3) неверная константа 4) ожидается Begin
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.