Write a C++ program that reads a character array from user. The user then enters another character and your program displays the frequency with which the character is present in the array. Expected output: Case 1: Enter a character array: howareyou Enter a character: o o is present 2 times in array. Case 2: Enter a character array: howareyou Enter a character: g G is present 0 times in array.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here