Problem 43111. sum of ASCII

Given a string x, return the sum of all ASCII numbers of all characters.

for example, if x='lala' ('l'-> 108, 'a'->97) then y = 108+97+108+97

Solution Stats

89.33% Correct | 10.67% Incorrect
Last Solution submitted on Feb 19, 2024

Solution Comments

Show comments

Problem Recent Solvers64

Suggested Problems

More from this Author25

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!