Q1 If a five-digit number is input through the keyboard , write a c program to calculate the sum of its digits.
Program: 59
If a five-digit number is input through the keyboard , write a c program to calculate the sum of its digits. | Let us C Solution
Output
Enter Five Digit Number: 1111111111 Sum: 10