8 kyu
ASCII Total
6,354 of 14,452user3220651
Description:
You'll be given a string, and have to return the sum of all characters as an int. The function should be able to handle all printable ASCII characters.
Examples:
uniTotal("a") == 97
uniTotal("aaa") == 291
Fundamentals
Similar Kata:
Stats:
Created | May 5, 2016 |
Published | May 5, 2016 |
Warriors Trained | 20507 |
Total Skips | 573 |
Total Code Submissions | 28379 |
Total Times Completed | 14452 |
JavaScript Completions | 5944 |
Ruby Completions | 675 |
Python Completions | 6354 |
C# Completions | 1015 |
COBOL Completions | 19 |
C Completions | 743 |
NASM Completions | 57 |
Haskell Completions | 95 |
Julia Completions | 11 |
Total Stars | 145 |
% of votes with a positive feedback rating | 93% of 1760 |
Total "Very Satisfied" Votes | 1535 |
Total "Somewhat Satisfied" Votes | 198 |
Total "Not Satisfied" Votes | 27 |