07-25-2023, 09:39 AM
program InputOutputExample;
begin
// Variable declaration
var
age: Integer;
WriteLn('Enter your age:');
ReadLn(age);
WriteLn('Your age is:', age);
end.
begin
// Variable declaration
var
age: Integer;
WriteLn('Enter your age:');
ReadLn(age);
WriteLn('Your age is:', age);
end.
Also follow me on Youtube for videos about video games:
https://www.youtube.com/channel/UCxfkGVU...2mQ/videos
https://www.youtube.com/channel/UCxfkGVU...2mQ/videos