Search:

Type: Posts; User: troj4nk1ng

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,071

    Re: letterGrade not print out on my code

    True, but still that was not the case, the average was apparently to high for the switch cases, so I had to take them down a notch.
  2. Replies
    4
    Views
    1,071

    Re: letterGrade not print out on my code

    figured it out, the switch need to be / 10.
  3. Replies
    4
    Views
    1,071

    letterGrade not print out on my code

    import java.util.Scanner;
    public class { // BEGIN CLASS
    public ()
    {
    }//END Constructor
    public static void main(String[]args)
    {//BEGIN main()

    Scanner input = new Scanner (System.in);
Results 1 to 3 of 3