Search:

Type: Posts; User: bczm8703

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,254

    [SOLVED] Re: Error when trying to use ArrayComparator

    sorry abt the mistake... i got my code to work already... thanks for the help
  2. Replies
    4
    Views
    1,254

    [SOLVED] Re: Error when trying to use ArrayComparator

    based on this java doc i thought ArrayComparator already being defined by java
  3. Replies
    4
    Views
    1,254

    [SOLVED] Error when trying to use ArrayComparator

    import java.util.*;
    public class c02 {

    public static void main(String[] args) {
    String[][] catalogue = new String[99][4];
    boolean endProg, inputOK;
    String input,...
Results 1 to 3 of 3