Что делатьесли выбивает : встречено 'else', а ожидался оператор, uses robot; begin task('if2'); if wallfromright then; begin left; paint; down; right; paint; up; paint; up; paint; down; end; else paint; left; paint; down; right; paint; right; up; paint; left; end.

belenkov1238 belenkov1238    1   14.09.2019 05:40    3

Ответы
DimaNewPARK DimaNewPARK  07.10.2020 13:32
uses robot;
begin
task('if2');
if wallfromright then
begin
left;paint;down;right;paint;up;paint;up;paint;down;
end
else begin
paint;left;paint;down;right;paint;right;up;paint;left;
end;
end.
ПОКАЗАТЬ ОТВЕТЫ
Ilay64 Ilay64  07.10.2020 13:32
Uses robot;
begin
task('if2');
up;
if wallfromup then paint;
right; down;
if wallfromright then paint;
down; left;
if wallfromdown then paint;
left; up;
if wallfromright then paint;
right; paint;
end.
ПОКАЗАТЬ ОТВЕТЫ
Другие вопросы по теме Информатика