Search:

Type: Posts; User: curmudgeon

Search: Search took 0.10 seconds.

  1. Re: Display() and readInput () function Problem

    readInput() is not a static method, and so you can't and shouldn't call it on the Fruitt class. Rather you need to create a Fruitt object and call this method (and other methods) on it.
  2. Re: Display() and readInput () function Problem

    What problems are you having? If you tell us more details, we'll be much better able to help you.
Results 1 to 2 of 2