-
Notifications
You must be signed in to change notification settings - Fork 27
Daniel-Calderon/team_strings
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
// team_strings HW assignment // Fully implement the functions below, incorporating asserts as appropriate to test. // // Name your C++ file: lastName_teamString.cpp // // string initials(string strA) // receives a string comprising first, middle and last name and returns the initials of each name, capitalized // TEST: Maria Sera Turing returns MST int countAlpha(string strA) // receives a string comprising a sentence, counts and returns the number of alphabetical // characters a -> z and A -> Z are the alphabetical characters. int countWords(string strA) // receives a string comprising a sentence, counts and returns the number of words in a the sentence. // words are separated by spaces. bool isPalindrome(string strA) // receives a string and returns true if the string is a palindrome // a one character string will be considered a palindrome
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published