So I have a class called BankAcc. I then created an instance of this class in Program.cs:
BankAcc
BankAcc account1 = new BankAcc("Jorge", 1000, &qu