Question #17691

hi, would you help me on my pascal programing home work?
i need a pascal source code that reads in text any number between 0 to 999.999

Expert's answer

uses crt;
var a:integer;
var f:file;
begin
assign(f,'text.txt');
reset(f);
readln(f,a);
writeln(a);
end.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS