8 kyu
ASCII Total
5,867 of 14,183user3220651
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 | 20143 |
Total Skips | 562 |
Total Code Submissions | 27900 |
Total Times Completed | 14183 |
JavaScript Completions | 5867 |
Ruby Completions | 668 |
Python Completions | 6212 |
C# Completions | 988 |
COBOL Completions | 19 |
C Completions | 722 |
NASM Completions | 54 |
Haskell Completions | 86 |
Julia Completions | 8 |
Total Stars | 142 |
% of votes with a positive feedback rating | 93% of 1745 |
Total "Very Satisfied" Votes | 1521 |
Total "Somewhat Satisfied" Votes | 197 |
Total "Not Satisfied" Votes | 27 |