You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -495,7 +503,7 @@ int searchUser(int nameSearcher){
495
503
intcompare;
496
504
charfind[255];
497
505
498
-
(nameSearcher!=3) ? printf("Enter the name of the person you want to see the detail: ") : printf("Enter the name of the student who wants to rent book: ");
506
+
(nameSearcher!=3) ? printf("Search by First name of the student: ") : printf("Search by First name of the student who wants to rent book: ");
499
507
gets(find);
500
508
501
509
FILE*pF=fopen("user_Records.txt", "r");
@@ -1001,14 +1009,15 @@ int searchBook(int bookSearcher){
1001
1009
1002
1010
charfind[255];
1003
1011
1004
-
(bookSearcher!=3) ? printf("Enter the name of the book you want to see the detail: ") : printf("Enter the name of the book you want: ");
1012
+
(bookSearcher!=3) ? printf("Serach the book by Author name or Book name: ") : printf("Serach the book by Author name or Book name: ");
0 commit comments