RosettaCodeData/Task/Arithmetic-Integer/Maple/arithmetic-integer-2.maple

10 lines
126 B
Plaintext

> DoIt();
Input an integer: 15;
Input another integer: 12;
Sum = 27
Difference = 3
Product = 180
Quotient = 1
Remainder = 3
>