Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: THEend8_
You are to develop a banking software application for a major bank in NSW Australia. You are to develop the banking application with four major parts in Assessment 2 and 3 respectively.
In Assessment 2, you developed signup and login modules.
In Assessment 3, you will further develop deposit and withdraw modules.
Program description: To develop deposit and withdrawal, you will need to develop a few more methods for the banking class.
Withdraw Method
This method will ask the user to enter the amount to withdraw. If the withdrawal input amount is valid (e.g., non-negative and only numerical value), the withdrawal amount should be deducted from the total balance. If the total balance becomes negative, the withdraw request should not be processed. The program should display ‘not sufficient fund available’ message.
Provided the total balance is still positive or zero, the ‘View balance’ option should provide the updated total balance. You may want to limit the number of withdrawals in your program to safeguard the software program.
For the security purpose, if non-numerical data is entered to the withdrawal field, the program should warn the user ‘Only numerical data to be entered for withdrawal’ .
Task 3: Unified Modeling Language (UML)
Use a user-case diagram and activity diagram to describe all banking operations and their interactions with the user. Explain how UML diagrams can be used in program specification design and program verification and validation. What other UML diagrams can be used in a similar s/w programming project.