a)design a class name book that holds a stock number author, title, price, and number of pages for a book. include methods to set and get the values for each data field. create the class diagram and write the pseudcode that defines the class
b) design an application that declares two book objects and set and display their values
c) design an application that declares an array of 10 books.prompt the user for data for each of the books, then display all the value
Need a flow chart and a pseudocode for both b and c the class is programming logic and design comprehensive"