You need to write a program that will find the sum of two numbers.

Program P1;
var x, y, z: real;
begin
writeln (‘Enter two numbers’);
readln (x, y);
z: = x + y;
writeln (‘The sum of these two numbers is equal to’, z: 0: 0);
readln;
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.