" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Uses crt;
var x,y:integer;
Begin
clrscr;
Write('Podaj x: ');
readln(x);
Write('Podaj y: ');
readln(y);
clrscr;
gotoxy(x,y);
write('+');
readln;
end.
readln(x);
Write('Podaj y: ');
readln(y);
clrscr;
gotoxy(x,y);