Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Thread: Need some help

    by Norm
    Replies
    7
    Views
    667

    Re: Need some help

    Look at using the PrintWriter class. It has many methods for printing characters to a file.


    Use the FileWriter class's constructor with the boolean flag to indicate you want the new output to...
  2. Thread: Need some help

    by Norm
    Replies
    7
    Views
    667

    Re: Need some help

    Please explain. What are you trying to do? Explain in some detail.
    What does the program currently do now? Copy its output and paste it here.

    The code is still testing for less than 90 (<)...
  3. Thread: Need some help

    by Norm
    Replies
    7
    Views
    667

    Re: Need some help

    Sounds like you need a loop that iterates one time for each student.

    The assigning of letter grades code is in the wrong order. Most grades will be less the 90 and will get an A. Did you mean...
Results 1 to 3 of 3