help i need to create a java application using jgrasp thatContinue to prompt the user for data as long as The Zipcode is notnumeric or if the user input letters on the Zipcode
public class PrepareTax {
public static void main(String[] args) {
// TODO Auto-generated method stub
//Create object for Scanner
Scanner input=new Scanner(System.in);
//prompt user of tax file number
System.out.print(“Enter the tax file number in the format of999-999-999:”);
String tfn=input.next();
/*verify valid or invalid*/
while(!isValidNumber(tfn)){
System.out.print(“Enter the valid tax file number:”);
tfn=input.next();
}//end while
//prompt the user of the last name
System.out.print(“Enter the last name:”);
String last=input.next();
//prompt the user of the first name
System.out.print(“Enter the first name:”);
String first=input.next();
//prompt the user of street name
System.out.print(“Enter your address
PayPal Gateway not configured
PayPal Gateway not configured