Problem 57. Summing Digits within Text
Solution Stats
Problem Comments
-
3 Comments
Very nice !
This problem shouldn't be named "Summing digits...." because it is the wrong approach. In the first example you sum numbers because 20 is not a digit. If it was - then it should be sum = 6.
What if there are decimals "I have $3.25 in 4 pockets" ? Should the answer be 7.25 or 32?
Solution Comments
-
1 Comment
I don't understand why this is failing?? Can someone explain? It works in matlab for me
-
1 Comment
this is hard
-
1 Comment
I'm cheating a bit here (by parsing out the dash and dollar sign)
-
1 Comment
That's cheating.
Problem Recent Solvers2023
Suggested Problems
-
Check to see if a Sudoku Puzzle is Solved
307 Solvers
-
2059 Solvers
-
Return unique values without sorting
822 Solvers
-
Sum of first n terms of a harmonic progression
357 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
454 Solvers
More from this Author96
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!