Search:

Type: Posts; User: EatMyBible

Search: Search took 0.07 seconds.

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

    Exception in thread "main" java.lang.Error: Unresolved compilation problem:
    Locale cannot be resolved to a variable
  2. A couple of issues with my quadratic equation solver.

    import java.util.Scanner;
    public class Andregradsformel {
    public static void main(String[] args) {
    Scanner in = new Scanner(System.in);
    Double a;
    Double b;
    Double c;...
Results 1 to 2 of 2