Solution: Sum of Two Digits

Solution for the Sum of Two Digits Problem.

We'll cover the following...

Solution

We will skip the designing an algorithm step for this trivial problem and move right to the pseudocode.


 SumOfTwoDigits(a,b)SumOfTwoDigits(a, b) ...