import java.util.*;
public class add {
public static void main (String args[]){
Scanner.Sc = new Scanner(System.in);
int a = Sc.nextInt();
int b = Sc.nextInt();
int sum= a+b;
System.out.println(sum);
}
}
Problem:
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Sc cannot be resolved or is not a field
Sc cannot be resolved
Sc cannot be resolved
at add.main(add.java:6)
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Sc cannot be resolved or is not a field
Sc cannot be resolved
Sc cannot be resolved
at add.main(add.java:6)