RosettaCodeData/Task/Arithmetic-Integer/Maple/arithmetic-integer-2.maple
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07: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
>