9 lines
126 B
Text
9 lines
126 B
Text
> DoIt();
|
|
Input an integer: 15;
|
|
Input another integer: 12;
|
|
Sum = 27
|
|
Difference = 3
|
|
Product = 180
|
|
Quotient = 1
|
|
Remainder = 3
|
|
>
|