Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Re: How do I create a tester for my StatsArray with exception.

    The fillArrayFromUser method has code in it. What happens when the code is executed?

    When debugging, use the Arrays class's toString() method to print out the contents of arrays so you can see...
  2. Re: How do I create a tester for my StatsArray with exception.

    One problem is that the code has lost all its formatting. Logically nested statements should be indented.
    All statements should not start in the first column.
  3. Re: How do I create a tester for my StatsArray with exception.

    Please edit your post and wrap your code with code tags:


    YOUR CODE HERE

    to get highlighting and preserve formatting.

    What methods and features of the class do you want to test?
    Make a...
Results 1 to 3 of 3