Write a program to find the sum and average of the digits that appear in the string, ignoring all other characters. For example, given the string 'PYnative29@#8496'.

AnswerBot
1y
Program to find sum and average of digits in a string, ignoring other characters.
Iterate through each character in the string and check if it is a digit.
If it is a digit, convert it to an integer and ...read more
Help your peers!
Add answer anonymously...
>
Bonami Software Mern Full Stack Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

