Jump to content

Arithmetic/Integer: Difference between revisions

m
Line 535:
 
=={{header|Pascal}}==
<lang pascal> program arithmetic(input, output)
var
Line 546:
writeln('a*b = ', a*b);
writeln('a/b = ', a div b, ', remainder ", a mod b);
end.</lang>
 
=={{header|Perl}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.