4
Answers

Find the most frequent character or number in a string with C# .NET.

Rajeev Kumar

Rajeev Kumar

2y
714
1

Suppose user input a string and returns the character that occurs the most frequently in it.

Example - Aptara   ---Here ans is a 3 times 

                 1212332133733-- Here ans is  3 

Answers (4)