To work with IF_THEN example
Example:
program Welcome;
uses
Wincrt;
var
a:integer;
begin
Writeln('Ente the two number: ');
Read(a);
if a > 10 Then
Writeln(' This interger is more then 20');
end.
Output:
Post a Comment
No comments:
Post a Comment