Can you fix this code? Please 🥺
class Customer { public static void main(String[] args) { String pcName; String pcAddress; String pcPhone; String pcNumber; boolean pcOnMailList; String pcMailResponse; String pcYes = "y"; int pcAmountSpent; Scanner keyboard = new Scanner(System.in); System.out.println("Mira Puerto:"); pcName = keyboard.nextLine(); System.out.println("Toledo,Cebu:"); pcAddress = keyboard.nextLine(); System.out.println("09434567867:"); pcPhone = keyboard.nextLine(); System.out.println("09633665321:"); pcNumber = keyboard.nextLine(); System.out.println("yes:"); pcMailResponse = keyboard.nextLine(); System.out.println("2000:"); pcAmountSpent = keyboard.nextInt(); if (pcMailResponse.startsWith(pcYes)) { pcOnMailList = true; } else { pcOnMailList = false; } PreferredCustomer jim = new PreferredCustomer(pcName, pcAddress, pcPhone, pcNumber, pcOnMailList, pcAmountSpent); System.out.println(); System.out.println("Customer:"); System.out.println("Nam