a) Develop a class named Book which holds a stock number, author, price, title and number of the pages for a book. Involve methods in order to get and set the values for every data field. Generate the class diagram and write down the pseudocode which describes the class.
b) Develop an application program which declares two Book objects and sets and displays their values.