Would appreciate brainliest when the other answer is bad.
But based on what I see, I’m guessing it’s Java, if it’s c++ then I can’t help you.
But consider this is part of the main [] method
Import Java.util.scanner
Public static void Main (string args[]) {
Int sum;
Scanner sc = new Scanner(System in);
System.out.println(“enter first number”);
Firstint = sc.nextInt();
System.out.println(“enter second number”);
Secondint = sc.nextInt();
Sum = Firstint + Secondint;
System.out.println(“The answer is : ” + Sum);