I have all this code that I really can't put in a function and has to be in the main. Is there a way I can clear all this out so that it will performs, but I don't see it?
Thank you,
Christine
begin
x := x + 1;
y := y + 2;
z := sqr(x + y);
writeln(z);
end;
begin
[ ]
writeln(z);
end;
Users browsing this forum: No registered users and 18 guests