Search:

Type: Posts; User: jashburn

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    3,884

    Re: Falling Distance

    GregBrannon is exactly right. I was pointing out what is obvious in the code that explains the reason the program output is unaffected by your input. It looked rather strange to me at that time why...
  2. Replies
    5
    Views
    3,884

    Re: Falling Distance

    Focusing on

    fallingTime = keyboard.nextDouble();

    for(int i = 1; i <=10; i++)
    System.out.println(num.format(fallingDistance(i)) + " meters");
    }
    public static...
Results 1 to 2 of 2