Question: Write a python program to display the sum of all odd digits of an input. (For example, if the input is 32677, the sum would
Write a python program to display the sum of all odd digits of an input. (For example, if the input is 32677, the sum would be 3 + 7 + 7 = 17.)
sample run:
Compute the sum of the odd digits in an integer Enter an integer: 675432 The total of the odd digits in 675432 is 15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
