*Problem: To develop a program that will make a "Loan Record System" operational. The program includes adding of client, removing of client, sorting of record, search and manipulate, display, and exit.
**Sub-Problems(Break down):
A) CLIENT;
-->>NEW CLIENT: 1) Name: 2) Address: (Note: Exact Address) -house number/block -street -village(optional) -brgy. -city 3) contact number: (telephone or cellphone) 4) monthly income: 5) amount of money to loan: 6) length of time: (specify the exact date) 7) purpose of proposed loan: 8) client code: //for search purpose
-->>EXISTING CLIENT: 2) amount of money to loan: 3) length of time: (specify the exact date) 4) purpose of proposed loan:
B) FINANCIAL RECORD; 1)Name of Client: 2)Amount paid: 3)Date of payment/date paid in whole: 4)Remaining balance:
*Algorithm/Pseudo code:
I.The main menu will pop-up when the program runs: -->The user has to choose what menu he/she wants to execute. -->MENU: 1)IF the user presses 1, THEN the menu "Adding of client" will be executed. 2)IF the user presses 2, THEN the menu "Removing of client" will be executed. 3)IF the user presses 3, THEN the menu "Sorting of record" will be executed. 4)IF the user presses 4, THEN the menu "Search and Manipulate" will be executed. 5)IF the user presses 5, THEN the menu "Display" will be executed. 6)IF the user presses 6, THEN the program will terminate.
-->IF the user