public Customer(String user, String pass, String pn,) { super(user,pass); phoneNum = pn; }
I have been at it for 20 mins with