please solve in easy way and c++ language
2 Write a C++ program that reads 100 characters (values between ‘a’ and ‘z) and print the characters that has the maximum number of occurrence among the all (assume no ties). Show transcribed image text 2 Write a C++ program that reads 100 characters (values between ‘a’ and ‘z) and print the characters that has the maximum number of occurrence among the all (assume no ties).
Solution
#include
OR
OR