uses graphabc;
begin
Line(25,25,25,125);
Line(25,125,125,125);
Line(125,125,25,25);
FloodFill(35,115,clBlue);
SetBrushColor(clGreen);
Circle(225,75,50);
SetBrushColor(clRed);
Rectangle(325,25,525,125);
SetBrushColor(clYellow);
Ellipse(575,25,625,125)
end.
Объяснение:
картинка
uses graphabc;
begin
Line(25,25,25,125);
Line(25,125,125,125);
Line(125,125,25,25);
FloodFill(35,115,clBlue);
SetBrushColor(clGreen);
Circle(225,75,50);
SetBrushColor(clRed);
Rectangle(325,25,525,125);
SetBrushColor(clYellow);
Ellipse(575,25,625,125)
end.
Объяснение:
картинка