Loading...
Uploaded by theriddler24 on Jan 25, 2008
Tutorial 3 of chapter 2
People & Blogs
Standard YouTube License
i think this is wrong , because in the problem you don't have ans as a variable :)
s7hef 2 years ago
you can do like this :
program addition;
var num1;num2:integer;
begin
readln(num1);
readln(num2);
ans:=num1 + num2;
writeln (ans);
end.
xypter1 2 years ago
Load more suggestions
i think this is wrong , because in the problem you don't have ans as a variable :)
s7hef 2 years ago
you can do like this :
program addition;
var num1;num2:integer;
begin
readln(num1);
readln(num2);
ans:=num1 + num2;
writeln (ans);
end.
xypter1 2 years ago