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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!