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

10 lines
126 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
> DoIt();
Input an integer: 15;
Input another integer: 12;
Sum = 27
Difference = 3
Product = 180
Quotient = 1
Remainder = 3
>