|
@ -139,12 +139,12 @@ void showMenu() |
|
|
|
|
|
|
|
|
printf("\t\t\t\t\t\t\t Welcome to Bank Manager!"); |
|
|
printf("\t\t\t\t\t\t\t Welcome to Bank Manager!"); |
|
|
printf("\n\n\n\n\t\t\t\t\t\tPlease select one of the following functions!"); |
|
|
printf("\n\n\n\n\t\t\t\t\t\tPlease select one of the following functions!"); |
|
|
printf("\n\n\n\n\t\t\t\t\t\t ->Login as an existing costumer."); |
|
|
|
|
|
printf("\n\n\t\t\t\t\t\t ->Register as a new costumer."); |
|
|
|
|
|
printf("\n\n\t\t\t\t\t\t ->Login as an Employee."); |
|
|
|
|
|
printf("\n\n\t\t\t\t\t\t ->Register as an Employee."); |
|
|
|
|
|
printf("\n\n\t\t\t\t\t\t ->Calculator"); |
|
|
|
|
|
printf("\n\n\t\t\t\t\t\t\t\t ->Exit.\n"); |
|
|
|
|
|
|
|
|
printf("\n\n\n\n\t\t\t\t\t\t 1->Login as an existing costumer."); |
|
|
|
|
|
printf("\n\n\t\t\t\t\t\t 2->Register as a new costumer."); |
|
|
|
|
|
printf("\n\n\t\t\t\t\t\t 3->Login as an Employee."); |
|
|
|
|
|
printf("\n\n\t\t\t\t\t\t 4->Register as an Employee."); |
|
|
|
|
|
printf("\n\n\t\t\t\t\t\t 5->Calculator"); |
|
|
|
|
|
printf("\n\n\t\t\t\t\t\t\t\t 6->Exit.\n"); |
|
|
printf("\n\n\n\n\n Selection :\n"); |
|
|
printf("\n\n\n\n\n Selection :\n"); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|