Question: Just need pseudocode for the following: a. Design a class named Book that holds a stock number, author, title, price, and the number of pages
Just need pseudocode for the following:
a. Design a class named Book that holds a stock number, author, title, price, and the number of pages for a book. Include methods to get and set the values for each data field. b. Design an application that declares two Book objects and sets and displays their values. c. Design an application that declares an array of 10 Books. Prompt the user for data for each of the Books, and then display all the values.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
