A 3-character string, userPassword, is read from input. Check if the first and second characters in userPassword are alphabetic characters. Replace the alphabetic characters (if any) with '%'. If neither character is alphabetic, userPassword is not changed.
Ex: If the input is mbx, then the output is:
%%x
Ex: If the input is y08, then the output is:
%08