Problem
Find the sum of the digits of the number stored in the variable/memory location called sumThese which is an integer that equals 12345 and store the sum in a variable/memory location called theSum. Show these two ways, in a high level language, and assembly. Both should use the same basic algorithm.