To work with readln example
Example:
program Welcome;
uses
Wincrt;
var
a:string;
begin
Write('What is your name: ');
Readln(a);
Write('My nam is ',a);
end.
Output:
Post a Comment
No comments:
Post a Comment