I need help fixing my problem in my project the bugs are in twoclass the first one is
bank.java
the lines have the problem as shwon in the pic




here is the bank.java code:
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Date;
import java.util.InputMismatchException;
import java.util.List;
import java.util.Scanner;
@SuppressWarnings(“serial”)
public class Bank implements Serializable {
Scanner userInput = new Scanner(System.in);
String input = “”;
String customerInput = “”;
long accountNumberInput = 0;
ArrayList<Account> accountArray = newArrayList<Account>();
ArrayList<Customer> customerArray = newArrayList<Customer>();
public static void main(String[] args) throwsClassNotFoundException {
Bank b = new Bank();
b.start();
}
public void start() throws ClassNotFoundException {
openFileForReading();
do {
displayMenu();
System.out.print(“Please select an option: “);
input =
PayPal Gateway not configured
PayPal Gateway not configured