Search:

Type: Posts; User: mikemontesa

Search: Search took 0.14 seconds.

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

    Our instructor actually gave us the code and we just have to add the +fillArrayFromUser(). I'm still learning the array and I get confused with it.
  2. Re: How do I create a tester for my StatsArray with exception.

    First when I called to do the

    stats.fillArray();

    nothing happened. When I added stats.fillArrayFromUser();, this is what's printed.

    Enter a value91

    Looks likes its generating a random...
  3. Re: How do I create a tester for my StatsArray with exception.

    I still need help. That output is the expected output. I don't know how to fill its array with values form the user by invoking the fillArrayFromUser method and displaying the array by invoking the...
  4. How do I create a tester for my StatsArray with exception.

    So I created this StatsArray.java with exception.


    import java.awt.*;
    import java.util.Random; //for our random number generator
    import java.util.Scanner;

    public class StatsArray
    {
Results 1 to 4 of 5