program whileloop;
var
x:integer;
answer:string;
num:integer;
begin
num:=12345;
writeln('type "12345" if you would like to see nubers squaring up to 4096');
readln(answer);
if answer = num then
begin
writeln('press enter to see the numbers');
readln;
end...
I'm in grade 11 and i only know some pascal right now. what else should I consider learning?
(I'm already aware of the business and math aspects of the career)
A CHALLENGE - This post doesn’t really belong here but some people are very creative in finding ways to accomplish things on a PC. I have a file “(name).$AC” which was created back in the 80’s under UCSD p-system (Dollars & Sense). I no longer have the all original software files . I am working...
hi i want to make a program... to find the smallest and the largest of 'N' Numbers ( give by user ) and the avarage of all...
i make a code but i have problems, how i cant test 'N' Numbers with 1 variable ?????? This is the code.... please help me..