• Stars
    star
    1
  • Language
    C
  • Created almost 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Project based on linked-list in C language programming which have a list of customers in a bank their names, IDs and their salary. This program allows the user to select one choice of the following choices: 1-Create new customer in the bank: *this choice will allow you to enter your name and your ID, it will prevent you to complete the action if you entered an ID for another user. 2-Edit data of an customer: *this choice will allow you by entering your ID to edit your name your ID , your salary, it will prevent you to complete the action if you entered an ID for another user. 3-Delete your data from the bank: *this choice will allow you by entering your ID to delete your data in the bank, it will prevent you to complete the action if you entered wrong ID not in the bank. 4-Move money from customer to another customer: *this choice will allows you to move money from customer to another customer by entering the IDs of the two customers and enter the value of the money, it will prevent you to complete the action if you entered wrong IDs not in the bank for the two customer, and if the value of the money not enough to share from customer to another. 5-Show data of certain customer: *this choice allows you by entering the ID of a customer to show the data of the selected ID. 6-Exit: *this choice allows you to end the program.