Make a program that finds 10 random even natural numbers from the range from 10 to 40.

Program qq;
Var a,i:integer;
Begin
For i:=1 to 10 do begin
a:= random(30);
a:= a + 10;
writeln(a);
end;
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.