Search:

Type: Posts; User: Zaphod_b

Search: Search took 0.10 seconds.

  1. Re: A couple of issues with my quadratic equation solver.

    Did you read the Locale Class reference that I linked?

    You have to import java.util.Locale to use it.

    In fact, instead of importing java.util.Scanner and java.util.Locale separately, the way...
  2. Re: A couple of issues with my quadratic equation solver.

    It's a Locale thing.

    What do you get if you put the following statement at the beginning of main()?


    System.out.println("Locale: " + Locale.getDefault().getDisplayName());


    If you...
Results 1 to 2 of 2