Abstract:
Program MashudRana;
Uses Dos,crt,graph;
Label Counterpoint, Last;
Type Book=Record
BookNames: String [30];
AuthorName: String [20]
CollectionData: String [10]
Price: String [5];
BookDescription: String;
SerialNo: String [4];
End ;{ Book}
Check= Record
Bename: String [30];
Aname: String [25];
Stname: String [25];
ID: String [15];
TData: String [10];
RData: String [10];
End; {Check}
Var F: File of Book;
E: File of Check;
I: File of Check;
Description:
This thesis submitted in partial fulfillment of the requirements for the degree of B.Sc in Computer Science and Engineering of East West University, Dhaka, Bangladesh.