Write a program that displays a picture on a blue background “yellow big circle, and inside a green”

We write the program:
uses
GraphABC;
begin
GraphABC.FloodFill (0, 0, clBlue);
GraphABC.SetBrushColor (clYellow);
GraphABC.FillCircle (130,100,75);
GraphABC.SetBrushColor (clGreen);
GraphABC. FillCircle (130,100,25);
GraphABC.SetBrushColor (clWhite);
GraphABC.TextOut (10, 200, ‘yellow big circle, and green inside’);
end.



One of the components of a person's success in our time is receiving modern high-quality education, mastering the knowledge, skills and abilities necessary for life in society. A person today needs to study almost all his life, mastering everything new and new, acquiring the necessary professional qualities.