Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

We will create a menu to select a user whether he/she is a student or teacher. After selection of role, the user will enter his

We will create a menu to select a user whether he/she is a student or teacher. After selection of role, the user will enter his username and password which will give them access to the library management system If you logged in as a teacher then there will be access to different services like add, remove or update the books. Also, there is an access to see the list of all the books. (Use file for this ) If you click on add books then you can easily add the book by entering the book id, book name and author name.(Write it in a file again) You can also delete or update the books, just select the option from the list. For updating you have to ask user the book id for updating. Then for updating you have to select that block and ask user for the new entry and take the new entry to the user and update the information of the book. For deleting you have to ask user the book id and then delete all block(book id, name and autor name) and down list has to be slipped to up. List of all books part has to ask user that searching is with book id, book name or autor name. Then it has to show all information which is match with the user entry. Teacher If you logged in as a student then there will be access of different services like: Borrow a book Return a book List of books For borrowing function has to work with List of book menu. Borrowing function has to take book name and search and find if the book is exist or not. You have to show the finding book to user in List of book menu. Then you will give information about book in borrow part and ask the user if he or she want to borrow given book. If the book is borrowed you have use delete function to erase name of the book in the list. For return function you have to take the all information to the student again and write it to the file.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Transact SQL Cookbook Help For Database Programmers

Authors: Ales Spetic, Jonathan Gennick

1st Edition

1565927567, 978-1565927568

More Books

Students also viewed these Databases questions

Question

5. Discuss the key components of behavior modeling training.

Answered: 1 week ago