Modified code still showing error

import java.util.Scanner;
import java.lang.Math;
public class Main {
public static void main(String args[]) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
double d = (bb-4ac);
double val = Math.sqrt(Math.abs(d));
if(d>0)
{
System.out.println(“Real and Distinct”);
System.out.print((int)((-b-val)/(2
a)) +" "+(int)((-b-val)/(2*a)));

}

if(d==0)
{
System.out.println(“Real and Equal”);
System.out.print(-b/(2a)+" ");
System.out.print(-b/(2
a));

} 

if(d<0)
{
System.out.println(“Imaginary”);
}

}

}

Modified code

@Poulomi code is fine I have verified
plzz give custom input
or you can submit directly

@Monu-Singh-480654572341490…
The same type of error is being shown in the other codes,please help out

@Poulomi
may be technical issues
[email protected]
plzz give me teamviewer id and password

Thanks…
The codes are not getting compiled but while submitting test cases I am able to score…

@Poulomi
Please mark your all previous doubts as resolved in your course’s.