Java Language
Write code to print the location of any alphabetic character inthe 2-character string passCode. Each alphabetic character detectedshould print a separate statement followed by a newline. Ex: IfpassCode is “9a”, output is:
Alphabetic at 1
import java.util.Scanner;
public class FindAlpha {
public static void main (String [] args) {
Scanner scnr = newScanner(System.in);
String passCode;
passCode = scnr.next();
/* Your solution goes here */
}
}

ACTIITY3.15.2:
PayPal Gateway not configured
PayPal Gateway not configured