if (discrim < 0){ x1 = (-b + d) / (2 * a); x2 = (-b - d) / (2 * a); String root_1 = Double.toString(x1); String root_2 = Double.toString(x2); System.out.println("There are two imaginary roots at:" + root_1 + "and" + root_2); bu doğrumu arkadaşlar?