Skip to content

NDM-123/System-Progamming_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System-Progamming_2

Working with arrays and iterations in c

This project contains a database of bank accounts. A menu is presented to the user and he chooses one of the options, then the program sends the user to the function(directoty is placed in myBank.c file) that executes the action the user submitted.

The program support the following actions:

1)Creating a bank account.

2)Deposit money in the Bank account.

3)Entering an interest to all bank accounts.

4)Checking the bank account balance.

5)Withdrawling money from an account.

6)Print all.

7)Closing all accounts.

The max accounts in Database (Max 50).

About

Working with arrays and iterations in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors