Arithmetic/Integer: Difference between revisions

Content added Content deleted
(Adding UNIX Shell example)
(not about control structures)
Line 1: Line 1:
{{Task}}
{{Task}}
{{Control Structures}}
{{basic data operation}}
{{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.
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.