Search:

Type: Posts; User: hilliardmh

Search: Search took 0.09 seconds.

  1. Replies
    15
    Views
    1,520

    Re: Program due tomorrow. need some advice.

    Thats why i need help. I cant figure out the code to do that for me. arrays for me in general are horrible and are confusing enough.
  2. Replies
    15
    Views
    1,520

    Re: Program due tomorrow. need some advice.

    i am having trouble with the calculating the average. it does calculate the average but it does not do it by the way my instructions say. i need it to take the first 10 and calculate the average for...
  3. Replies
    15
    Views
    1,520

    Re: Program due tomorrow. need some advice.

    import java.io.*;
    import java.util.*;
    public class GradeCalculator {

    public static void main(String args[]) throws IOException
    {
    Scanner sf = new Scanner(new File("grades.dat"));
    ...
  4. Replies
    15
    Views
    1,520

    Re: Program due tomorrow. need some advice.

    let me copy it and post it. im not trying to make anyone do it for me.
  5. Replies
    15
    Views
    1,520

    Re: Program due tomorrow. need some advice.

    i did start early im just confused on how to do it.
  6. Replies
    15
    Views
    1,520

    Program due tomorrow. need some advice.

    Can someone please help me through this program. It is due tomorrow and i am so lost.
    Below is the Assignment itself.
    Write a program called FindGrade.java that will perform the following actions:...
Results 1 to 6 of 6