Search:

Type: Posts; User: semicolon

Search: Search took 0.22 seconds.

  1. Re: error related arrays outputting wront data...

    the problem is in the for loop, the program determines the percentile of each student by taking in his name and mark and finding the percentile by comaring his score to other classmates, if he is...
  2. Re: error related arrays outputting wront data...

    no the forum BB code wont indent it, here is the output
    austin: percentile: 100.0
    rick: percentile: 100.0
    sue: percentile: 60.0
    austin: percentile: 60.0
    rick: percentile: 60.0

    i expected ...
  3. error related arrays outputting wront data...

    I've debugged this program for an hour and a half now i figure its time to post here's my code
    package chapter13;
    import java.util.Scanner;
    /**
    * @author Austin Calkins
    */
    public class...
Results 1 to 3 of 3