Code Wars C# 8 kyu: ASCII Total

preview_player
Показать описание
Beginner level C# object oriented programming series. Viewers are provided a string as input. You must total up the value of all characters contained within the input string and return that total. Recall that characters have integer values associated with them, as shown in the ASCII table. I'll show two solutions- one using LINQ, one without.

Рекомендации по теме