Answer to Question #17691 in Delphi | Pascal for Pedro
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
1
2012-11-02T10:46:30-0400
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!
Comments
Leave a comment