import java.io.*;
class lib
{
int bno,fine=10,edit,date,ret,userdt;
String auth,publi,buknam;
void get()throws IOException
{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
System.out.print("\tEnter the book number:");
bno=Integer.parseInt(br.readLine());
System.out.print("\tEnter the book u want:");
buknam=br.readLine();
System.out.print("\tEnter the author's name:");
auth=br.readLine();
System.out.print("\tEnter the edition:");
edit=Integer.parseInt(br.readLine());
System.out.print("\tEnter the date of issuing:");
date=Integer.parseInt(br.readLine());
System.out.print("\tEnter the return date:");
ret=Integer.parseInt(br.readLine());
}
}
class fin extends lib
{
void get1()throws IOException
{
BufferedReader br2=new BufferedReader(new InputStreamReader(System.in));
System.out.print("\tuser returning date:");
userdt=Integer.parseInt(br2.readLine());
if(userdt>ret+10)
{
System.out.println("\t\t PAY THE FINE AMOUNT...!!!! RS:"+fine+"/-");
}
}
void disp()
{
System.out.println("\t THANKS FOR USING OUR SERVICE...:-)...");
}
}
class libmain
{
public static void main(String ar[])throws Exception
{
BufferedReader br1=new BufferedReader(new InputStreamReader(System.in));
int s,k=0,i;
fin f=new fin();
System.out.println("\n\t\t^*^*^*^*^*^*^* LIBRARY MANAGEMENT ^*^*^*^*^*^*^");
do
{
System.out.println("------------------MENU-------------------------------");
System.out.println("\nENTER UR CHOICE\n\t1.GONNA TAKE A BOOK\n\t2.RETURN THE BOOK\n\t3.EXIT");
s=Integer.parseInt(br1.readLine());
switch(s)
{
case 1:
f.get();
f.disp();
break;
case 2:
f.get();
f.get1();
break;
case 3:
k=1;
break;
}
}
while(k==0);
}
}
with regards
sm.muthu :-)
there is no limitation.
It would most likely contain multi-class object oriented programing at a relatively advanced and complex level using a Higher Level programming language.
the link section provides instruction to the compiler to the link function from the system library.
The Program Management office that is developing the system
DBMS means Data Base Management System, it is not a programming language.
The introduction about Library Management System explains briefly what the Library Management System is all about.
a developer program to make your phone hide system information
fesability study for library management system
cultural and political feasibility of library management system.
Inner circuit diagram view of the intelligance library management system by using RFID
social consideration of library system
component diagram for library managment system
Library Domain Model describes main classes and relationships which could be used during analysis phase to better understand domain area for Integrated Library System (ILS), also known as a Library Management System (LMS).See link below as an example of Class diagram for Library Management System.
One of the best places to learn about the library management system would be to visit your local library and express your interest to them. Most librarians would be happy to accommodate your needs and explain the system to you. Failing that, FollettSoftware provides a download allowing you to set up a library management system.
how to draw the er diagram of library management system
A bank management system is a software program. This program allows the bank to manage all the interactions that happen within a bank.
Library management can contain entities like categories of book, authors, year of publication etc. These can be shown in a diagram.