Program to find the sum of odd digits of a number in c++

C++ Program to find the sum of odd digits of a number

Here you get the example code to find the sum of odd digits of a number in C++ programming.

 

For Example:-

 

Example to find the sum of odd digits of a number in C++

Output

Enter a number : 12345

Sum of Odd digits of Number : 9

 

 

 

Check out our other C++ programming Examples

 

 

 

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top