Computer Science, asked by srijanshekharsinha11, 1 day ago

Write a program to accept 20 positive numbers and County the number of 2-digit number entered by user​

Answers

Answered by vinay7932
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