Search:

Type: Posts; User: olstan

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    851

    Re: New to java, help with printing double

    /*
    * This program demonstrates implicit and explicit data conversion
    */
    package dataconversion;

    /**
    *
    * @author Peggy Fisher
    */
    public class DataConversion {
  2. Replies
    3
    Views
    851

    New to java, help with printing double

    I have been messing around with java for a small while now,
    i can already code with C.

    Can anyone tell me however why the following wont print

    double fahrenheit = 500;
    double celsius =...
Results 1 to 2 of 2