Quantcast
Channel: CodeGuru Forums - Visual Basic 6.0 Programming
Viewing all articles
Browse latest Browse all 736

Find Maximum Repeated text in Single Array

$
0
0
Hi,

I want to find the maximum repeted text in a single array

Example

Array (0) = A

Array (1) = B

Array (2) = C

Array (3) = A

Array (4) = A

Array (5) =B

From the above array : "A" is the maximum text.


The answer should be "A"


Please help to find out through visual basic 6.0

Viewing all articles
Browse latest Browse all 736

Trending Articles