I'm I heading the right direction? If not, what adjustments can I make? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I'm I heading the right direction? If not, what adjustments can I make?

Define the class bankAccount to store a bank customer’s account number and balance. Suppose that account number is of type int, and balance is of type double. Your class should, at least, provide the following operations: set the account number, retrieve the account number, retrieve the balance, deposit and withdraw money, and print account information. Add appropriate constructors. https://code.sololearn.com/ccm8S54i898f/?ref=app

16th Nov 2019, 6:29 PM
MASANGA KAUKA MUDENDA
MASANGA KAUKA MUDENDA - avatar
0 Answers