Search:

Type: Posts; User: etidd

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: why does this code print 0.0 for the value and "F" as the letter grade?

    thank you so much!!! \m/\m/\m/
  2. [SOLVED] why does this code print 0.0 for the value and "F" as the letter grade?

    why is it that when i run this it outputs "0.0" and "F" every time?


    import java.util.Scanner;

    public class GradeTest
    {
    public static void main (String[] args)
    {
    Scanner in = new...
Results 1 to 2 of 2