Search:

Type: Posts; User: Thor

Search: Search took 0.13 seconds.

  1. Thread: Array Histogram

    by Thor
    Replies
    9
    Views
    1,983

    h

    Can somebody take another look at this, please? I'm losing my mind trying to figure this out.
  2. Thread: Array Histogram

    by Thor
    Replies
    9
    Views
    1,983

    Re: Array Histogram

    Thanks for your help so far.

    I think I'm trying to use parallel arrays. Am I initializing them correctly in my code? I believe that's where I'm getting errors.
  3. Thread: Array Histogram

    by Thor
    Replies
    9
    Views
    1,983

    Re: Array Histogram

    I know that the longest String in the file I'm using is 26 characters, but I can't just create the array specific to the Strings in this file because I need it to work with any file.
  4. Thread: Array Histogram

    by Thor
    Replies
    9
    Views
    1,983

    Re: Array Histogram

    Unfortunately, I don't know how to use a Map.

    I need the program to determine the max String length, can I do that using the process you described? If I'm understanding correctly, I think that's...
  5. Thread: Array Histogram

    by Thor
    Replies
    9
    Views
    1,983

    Array Histogram

    Hello, I'm having trouble coding a program which reads in strings (search terms) from a file, orders them, and then creates a histogram showing the occurrence of each string length.

    For example,...
Results 1 to 5 of 5