In the Developer Console, open the Execute Anonymous window. (Click Debug | Open Execute Anonymous Window.) Replace the existing code with this code: //From the BankAcct class, instantiate an object named chkAcct BankAcct chkAcct = new BankAcct(); //Set the accttype attribute of the ch...
In the Developer Console, open the Execute Anonymous window. (Click Debug | Open Execute Anonymous Window.) Replace the existing code with this code: //From the BankAcct class, instantiate an object named chkAcct BankAcct chkAcct = new BankAcct(); //Set the accttype attribute of th...