Can Anyone please help me in my c++ oop code?
Can anyone help me in my oop code in c++? Create a c++ program that manipulate the following bank processes: membership - in this process the users input the information needed such as 6-digit account number, Firstname, Lastname and Balance. (Note: make sure the account number is 6-digit numbers else the program will terminated.) after membership process the users prompted if they want to do any of the following processes: withdraw - the user input the amount they want to withdraw and it will deducted to current balance. deposit - the user input the amount they want to deposit and it will added to current balance. after of any 2 process mentioned above the users will prompted if they want to print a receipt. NOTE: THIS PROGRAM SHOULD IMPLEMENTED USING CLASS AND OBJECTS Here's the screenshot of how the program works