Question: Takes a string as a parameter and returns a floating point vector of number of occurrences for each character contained in that string. You will
Takes a string as a parameter and returns a floating point vector of number of occurrences for each character contained in that string. You will count each character in the string using function A above. You must call on Function A in an iterative manner to do the frequency count of each letter. Once you have counted each characters occurrences, store it in vector. Once complete return this vector.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
