Write a program..???

Submitted by QSilver on
Create a class Book having field bookno , title , status(whether available or not) , author , last issue date and price.Create constructor and method to create an instance of a book.Create method issue(),received() ,is available() %get issue date(). Test the application with objects