Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -1,3 +1,6 @@
|
|||
{{basic data operation}}Get two integers from the user, and then output the sum, difference, product, integer quotient and remainder of those numbers. Don't include error handling. For quotient, indicate how it rounds (e.g. towards 0, towards negative infinity, etc.). For remainder, indicate whether its sign matches the sign of the first operand or of the second operand, if they are different.
|
||||
{{basic data operation}} [[Category:Simple]]
|
||||
Get two integers from the user, and then output the sum, difference, product, integer quotient and remainder of those numbers. Don't include error handling.
|
||||
For quotient, indicate how it rounds (e.g. towards 0, towards negative infinity, etc.).
|
||||
For remainder, indicate whether its sign matches the sign of the first operand or of the second operand, if they are different.
|
||||
|
||||
Also include the exponentiation operator if one exists.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue