Question: Can anyone solve this problem in c++ Problem2 Ascending Order of String 15 points Declare a string array of size 5. Prompt the user enter
Can anyone solve this problem in c++ Problem2 Ascending Order of String 15 points Declare a string array of size 5. Prompt the user enter five strings that are stored in the array. Afterwards, prompt the user to enter a character. Write a function that expects the following three parameters: an array, the size of the array, and a char. The function counts the number of occurrences of that char in all of the strings stored in the array and returns it. Call that function from the main and output the returned value. Hints Don't forget to include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
