Search:

Type: Posts; User: JakeM1130

Search: Search took 0.10 seconds.

  1. Re: Using FOR and WHILE loops to find average (DUE TONIGHT)

    I included tags in the parts of the code I altered that explain it.
  2. Re: Using FOR and WHILE loops to find average (DUE TONIGHT)

    I noted the couple tweaks that had to be made


    PrintWriter prw = new PrintWriter("outfile5B.txt");
    Scanner kb = new Scanner(System.in);

    String input;
    int num, sum = 0, numAmount;...
Results 1 to 2 of 2