Search:

Type: Posts; User: 112297

Search: Search took 0.08 seconds.

  1. Re: Letter grade isn't printing from the function to the output file...HELP!

    Really? I thought that's what I was doing inside of the function...So all I needed to do was assign grade the value of the function? Thank you so much Curmu! I'm going to try it now and let you know...
  2. Re: Letter grade isn't printing from the function to the output file...HELP!

    I fixed it...is that better?
  3. Re: Letter grade isn't printing from the function to the output file...HELP!

    You mean the output or the actual code?
  4. Letter grade isn't printing from the function to the output file...HELP!

    import java.io.*;
    import java.util.*;
    import java.lang.String;
    import java.lang.*;

    public class grades
    {
    public static double stuAve = 0.0;
    public static double...
Results 1 to 4 of 4