Search:

Type: Posts; User: jmanv888

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,431

    Re: Return letter grade to main method

    Thank you! Sometimes it just takes someone else to look at it in order to tip you off in the right direction. I appreciate it!

    My Solution:

    Main:
    System.out.println("Student Name\tHigh...
  2. Replies
    3
    Views
    1,431

    Return letter grade to main method

    Main Method:

    System.out.println("Student Name\tHigh Score\tLow Score\tAverage\t\tGrade");
    for (int p = 0; p < Student.length; p++) {
    System.out.println(Student[p] +...
Results 1 to 2 of 2