CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2013
    Posts
    2

    Find Maximum Repeated text in Single Array

    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

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Find Maximum Repeated text in Single Array

    What have you tried so far?
    Always use [code][/code] tags when posting code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured