« Fun with numbers »

The code we have to write for this task needs the following requirements:

  • The difference of the two numbers.
  • The product of the two numbers.
  • The integer based division of the two numbers (so no decimal point). First divided by second.
  • The remainder of integer division of the two numbers.

I didn’t have any problems programming this, because I have programmed before in c++

This is the link to my code in Github → https://github.com/mfcanov/FunWithNumbers.git

CC BY-SA 4.0 « Fun with numbers » by fernandacano is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.