Search:

Type: Posts; User: SOG

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: I'm trying to get the most frequent character out of a bunch

    I got the method to show the most frequent-character now. Thanks for your help.



    Now all I would have to do is do this sort of thing on a bigger scale (with a bigger loop-setup, but...
  2. [SOLVED] Re: I'm trying to get the most frequent character out of a bunch

    The purpose of executing the program is just for home-project practice with a textbook, but I wanted to see if I could get it done this way: without the warning for the computer. So, I need help with...
  3. [SOLVED] Re: I'm trying to get the most frequent character out of a bunch

    What I was asking in the last question was if it was practical to get either me or the user to tell the computer what characters to look for beforehand, so making an array of characters to look for...
  4. [SOLVED] Re: I'm trying to get the most frequent character out of a bunch

    I realize - now - that I must have gotten ahead of myself with the logic: I thought that using a 2D-array would help to arrange the characters as if they were in rows and columns. I tried to count...
  5. [SOLVED] Re: I'm trying to get the most frequent character out of a bunch

    I went ahead and redid my code to try something out, so I might as well give it to the forum as is - it's part of what I'm doing. Instead of using Unicode numbers, I just decided to use a...
  6. [SOLVED] I'm trying to get the most frequent character out of a bunch

    My goal is to get the most frequent character referred to in the title by:


    Storing character-set in an array
    Rearranging the array - somehow - as Unicode-numbers
    Comparing the...
Results 1 to 6 of 6