Answer:
Step-by-step explanation:
RESPONSE = stdin.nextInt();
if (RESPONSE== 1 || RESPONSE == 2){
YESCOUNT++;
System.out.println("YES WAS RECORDED");
}
else if (RESPONSE == 3 || RESPONSE== 4){
NOCOUNT++;
System.out.println("NO WAS RECORDED");
}
else
System.out.println("INVALID");