Search:

Type: Posts; User: Junky

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    3,004

    Re: Creating a program that reads from a file

    Take a close look at that code. Problems are:
    1. You have placed a semi-colon after the while statement which makes the rest of the code outside the loop.
    If you fix that
    2. You have declared the...
  2. Replies
    5
    Views
    3,004

    Re: Creating a program that reads from a file

    On line 85 of the Histogram class you are attempting to use the numbers variable which has either not been declared or it has been declared in the wrong scope.

    By the way what is the purpose of...
Results 1 to 2 of 2