Search:

Type: Posts; User: curmudgeon

Search: Search took 0.23 seconds.

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

    Glad you've got it working!

    --- Update ---

    I think that the key to understanding why it didn't work before, is that the variable, grade, located within the calculateGrade method is not the same...
  2. Re: Letter grade isn't printing from the function to the output file...HELP!

    I'll put the effort in for you this time since you're new, but this is what I mean by formatting:



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

    public class Grade {
    ...
  3. Re: Letter grade isn't printing from the function to the output file...HELP!

    Oh, the code, especially the indenting and use of whitespace. Indentations should be uniform and consistent. Please note that the forum software works best if you use spaces, not tabs, and often the...
  4. Re: Letter grade isn't printing from the function to the output file...HELP!

    I'm going to ask you to fix this now. The reason you format your code is to make it easier for others to read and understand. Since you're asking volunteers to do just that, to read and understand...
Results 1 to 4 of 4