Question: in C++ Create the function named alphaSum below. alphaSum totals all of the alpha characters in a passed string with 'a' and 'A' equaling 0
Create the function named alphaSum below. alphaSum totals all of the alpha characters in a passed string with 'a' and 'A' equaling 0 to 'z' and 'Z' equaling 25. All non-alpha characters equal 0. std::string strA = "Fred": std::string strB = "John"; std::cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
