I am trying to write a function that decryptes an encrypted message that has uppercase letters (showing its a new word) and lower case characters (which is the word itself). ...
I need to add some validation that will only allow one capital letter in a string that may include spaces. The capital letter can be anywhere in the string, but can ...