Answer:
the answer is C mri hope this helps
Explanation:
The correct answer is A I believe.
Answer:
Please see the attached image
Explanation:
import java.util.Scanner;
public class MyClass {
public static void main(String args[]) {
Scanner scan = new Scanner(System.in);
int x = scan.nextInt();
int y = scan.nextInt();
}
}
I hope this helps!