RosettaCodeData/Task/Arithmetic-Integer/Maple/arithmetic-integer-2.maple
2023-07-01 13:44:08 -04:00

9 lines
126 B
Text

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