Internal Code: MAS3276
IT Assignment:
Questions:
You are required to design a financial app for an organization. The user needs the app to calculate their quarterly sales.
• For every month in the quarter, the organization starts with an opening amount (OA). User feeds the input for OA.
• There will be monthly costs and taxes that must get automatically deducted from the opening balance.
• The remaining amount is the carried over to the next screen, where the process repeats 2 more times.
• User will enter an opening amount, costs & taxes are deducted, balance now will be OA-tax- costs.
• You will now need to have a field that displays the total balance (this month’s calculated one + the carried over one)
• After all these calculations, users will now receive a total summary of all data