18.1 Write a function that adds two numbers. You should not use + or any arithmetic operators. Solution: deal with 759 + 674. 1. add 759 + 674, but forget to carry. get 323 2. add 759 + 674, but only do the carrying, rather than the addition of each…