Search:

Type: Posts; User: Brt93yoda

Search: Search took 0.08 seconds.

  1. Thread: problem !!

    by Brt93yoda
    Replies
    11
    Views
    2,160

    Re: problem !!

    He actually did that quiet a few times. I wonder if he means <=?


    for (i = 2; i == (np + 1); i++) { // Here
    p = s.next();
    names[i-2] = p ;
    table.put(p,0) ;...
  2. Thread: problem !!

    by Brt93yoda
    Replies
    11
    Views
    2,160

    Re: problem !!

    Welcome to the forums! When you post code surround it in tags, it makes your code alot easier. It looks like the following line is your problem.

    Scanner s = new Scanner(new File("friday.in"));
    ...
Results 1 to 2 of 2