Search:

Type: Posts; User: tomejuan

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,156

    Re: Array problems...newby...confused?

    also IOException is not thrown in the body of main, you can remove the 'throws IOException' clause
  2. Replies
    2
    Views
    1,156

    Re: Array problems...newby...confused?

    here are some modifications that should result in a program that gives the correct output.

    this line:
    private char[] letterGrade={'A','B','C','D','E','F'};
    already initializes and loads up the...
Results 1 to 2 of 2