Computer Science, asked by blackjhacker007, 6 months ago

sum of the digits number using repetition control structure in algorithm​

Answers

Answered by shifashahina
1

Answer:

may this will help you

Explanation:

Sum of digits algorithm

Step 1: Get number by user. Step 2: Get the modulus/remainder of the number. Step 3: sum the remainder of the number. ... Step 5: Repeat the step 2 while number is greater than 0.

Similar questions