Hi, I just finished working on taking the sum of just digits, and now i am asked for taking the sum of number within a string in C++. the output should look like this Enter a line of text containing numbers: a22bbb3 The sum is 25 I will have an exam tomorrow, please help. Thanks.