Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.34 KB

File metadata and controls

35 lines (25 loc) · 2.34 KB

FINANCIAL CALCULATOR

GitHub Logo

Build Code Quality Unity [Git Inspector](using github.io option)
C/C++ CI - Build Status Code Quality - Static Code - Cppcheck Unit Testing - Unity Contribution Check - Git Inspector

Folder Structure

Folder Description
1_Requirements Documents detailing requirements and research
2_Design Documents specifying design details
3_Implementation All code and documentation
4_Test_plan Documents with test plans and procedures

Contributors List and Summary

SF Id. Name Features Issuess Raised Issues Resolved No Test Cases Test Case Pass
260315 Abhishek Sinha F_01,F_02,F_03,F_04 4 No 2 No 2 No 2 No
Feature Id Feature
F_01 Takes user data
F_02 Takes input of different expenses amount and amount of income too
F_03 Calculates the total amount of surplus or deficit
F_04 Gives Final message to the user

Challenges Faced and How Was It Overcome

  1. The main Challenge was about not able to calculate monthly expenses and keep record of deficit or surplus amount , Functions for calculation of the total surplus or deficit amount has been made for overcoming the issue.
  2. There was another challenge of not able to keep a record on calculations of provident fund amount, Again a function was made to calculate the amount and give a solution.