Problem 44548. ASCII sum of phrases
Find the sum of the numeric equivalents of all characters entered in a phrase. For example: for the phrase 'My name is test', the result should be a sum of the array: [77 121 32 110 97 109 101 32 105 115 32 116 101 115 116] i.e. 1379
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers47
Suggested Problems
-
Sum all integers from 1 to 2^n
16100 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2326 Solvers
-
Project Euler: Problem 7, Nth prime
1569 Solvers
-
Find out sum of all elements of given Matrix
512 Solvers
-
211 Solvers
More from this Author29
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!