a) Design a class named Book that holds a stock number,author,title,price,and number of pages for a book.Include methods to get and set the values for each data field. Create the class diagram and write the pseudocode that defines the class.
b) Design an application program that declares two Book objects and sets and displays their values.