Search:

Type: Posts; User: sketch_flygirl

Search: Search took 0.12 seconds.

  1. Re: Help with class program!!! STUCK! Program not doing what I Want!!!

    the toString() method worked but all I am getting back is 0 from the arrays.

    Something wrong is happening between putting the occurrence count into the array and returning or using the array. I...
  2. Re: Help with class program!!! STUCK! Program not doing what I Want!!!

    The methods (other than main) are posed to count the occurrence of a char in the arrays I created. When i return the count of occurrence of a variable to the main, it reads the number. But when I...
  3. Re: Help with class program!!! STUCK! Program not doing what I Want!!!

    Made it short. :)>-
  4. Help with class program!!! STUCK! Program not doing what I Want!!!

    I am having problems in getting my program to return an array that contains counters to my main method.

    I have four methods: main, countBase, findMost, and computeAvg.

    For findMost and...
Results 1 to 4 of 4