i want to add 2 four digit numbers using modulo 10 addition. One of the number will going to get using Random function(only 4 digits). I want to know how to get the random number and perform Modulo 10 Addition.
1234
6789 (this number is created by random function)
--------------
7913
------------
1234
6789 (this number is created by random function)
--------------
7913
------------
Comment