There is an issue with part of my program, I get two errors.. And I have no idea how to fix it. Here is what I have for the code:


class Customer{
private String name;
private int age;
public...