write a program to input a number find the sum of all the digit of that number check whether the sum is even or not
Answers
Answered by
2
Answer:
Input : n = 687
Output : 21
Input : n = 12
Output : 3
davendratiwari7523:
please give me the complete solution
Similar questions