Search:

Type: Posts; User: samerman

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    1,977

    Re: Bowler calculate project, two errors

    Thanks for the help but unfortunately i couldn't get it to work, got to class and turns out, there were about 5 kids outs of 40 kids.
  2. Replies
    8
    Views
    1,977

    Re: Bowler calculate project, two errors

    yup solved nothing :/
  3. Replies
    8
    Views
    1,977

    Re: Bowler calculate project, two errors

    lol, no i'm just a freshman in college who knows very little about java, and yes i meant FileNotFoundException, my bad. but i can get it to compile...any ideas?
  4. Replies
    8
    Views
    1,977

    Bowler calculate project, two errors

    import java.io.*;
    import java.util.*;

    public class Bowler{
    File input;
    static Scanner scan;
    private String name, game;
    private String scoresheet = " ";
    private int[] pins = new...
Results 1 to 4 of 4