Write a program to accept 20 positive numbers and County the number of 2-digit number entered by user
Answers
Answered by
0
Answer:
Explanation:This sum of digits in C program allows the user to enter any positive integer. Then c program will divide the given number into individual digits and adding those individuals (Sum) digits using While Loop.
Similar questions