Skip to content

MateuszSab/letterValSum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LetterValSum

Program assigns every lowercase letter a value, from 0 for " " to 26 for z. When given a string of lowercase letters, finds the sum of the values of the letters in the string. "a" = 1, "b" = 2, "c" = 3, hence "abc" = 6

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages