Develop the program that accept the code number as an input and displays the correct disk drive manufacture as follows ?
Code disk drive manufacturing
1 western digital
2 3M corporation
3 Maxell Corporation
4 Sony Corporation
5 Verbatataon corporation
Create an class called Book the following attributes
like,
book_id as integer
book_name as String
book_price as double
book_write as String
create another class called BookBO
which consist one field two methods like
Book[] book
i)public void setBook(Book[] book)
ii)public Book[] getBook()
iii)public boolean searchBook(int bookid)
create another class called Main to access all other class to save and extract the information of 5 books.