Search:

Type: Posts; User: TheSlowLearner

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,272

    [SOLVED] Re: Trouble With Doubles

    Ok, thanks for the help everyone. This one is solved now.
  2. Replies
    5
    Views
    1,272

    [SOLVED] Re: Trouble With Doubles

    I feel really stupid having to have a primitive type defined, but then what exactly is a double? I thought it was a number with a decimal point rounded to the second decimal place.

    Also, why does...
  3. Replies
    5
    Views
    1,272

    [SOLVED] Trouble With Doubles

    No rhyme intended.


    import java.util.Scanner;

    public class CalculatorProgram {
    public static void main(String[] args) {
    Scanner input = new Scanner(System.in);
    double firstNumber,...
Results 1 to 3 of 3