Objects of the BankAccount class require a name (string) and a social security number (string) be specified (in that order) upon creation. Declare an object named account, of type BankAccount, using the values "John Smith" and "123-45-6789" as the name and social security number respectively.

PHOTO EMBED

Wed Oct 25 2023 23:18:30 GMT+0000 (Coordinated Universal Time)

Saved by @David_Mix

BankAccount account ("John Smith", "123-45-6789");
content_copyCOPY