Search:

Type: Posts; User: tomejuan

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,917

    Re: Missing return statement

    remember that all class names should be capitalized!
    change the class name to Marc1

    for the last method, the method signature clearly indicates that you intend for the method to return a String. ...
  2. Replies
    2
    Views
    1,159

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

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

    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 3 of 3