Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions account.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main()
do
{

printf("\nBanking System Menu :\n");
printf("Banking System Menu :\n");
printf("Press 1 to display all records.\n");
printf("Press 2 to search a record.\n");
printf("Press 3 to deposit amount.\n");
Expand Down Expand Up @@ -143,4 +143,4 @@ void withdraw(struct customer list[], int s, int number, int amt)
{
list[i].balance -= amt;
}
}
}