Search:

Type: Posts; User: Junky

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,610

    Re: Java Program ferinheight to celsius Table

    I'm suggesting you stick that line of code into a test program and run it to see what result it gives.
  2. Replies
    3
    Views
    1,610

    Re: Java Program ferinheight to celsius Table

    Integer division versus floating point division.


    System.out.println(5/9);
Results 1 to 2 of 2