This program will tell you:

  • The sum of the two numbers.
  • 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.

This might be difficult at first, but as you start making your own code it will get easier and easier. It is all matter of practice and patience.

Here is the code that will make all of the previous things I said, have fun with it.captura-de-pantalla-2017-01-26-a-las-19-51-35

Leave a comment