Question: I'm having lots of trouble with this in Java. Please help ): Write a class named Book that has the following fields: author. The author

I'm having lots of trouble with this in Java. Please help ):

 I'm having lots of trouble with this in Java. Please help

Write a class named Book that has the following fields: author. The author field is a String object that holds the author's name. title. The title is a string object that holds the book's title. pages. The pages field is an int variable that holds the number of pages of the book. publisher. The publisher field is a String object that holds the publisher's title. phone. The phone field holds the publisher's phone number. What data type will you use for this field? Why? Write appropriate mutator methods that store values in these fields, and accessor methods that return the values in these fields. Once you have written the class, write a separate program that creates three book objects to hold the following data: Author Susan Meyers Mark Jones Joy Rogers Title Book1 Book2 Book3 Pages 200 120 325 Publisher Publisher1 Publisher2 Publisher3 Phone Number 9195550110 9195550169 9195550114 The program should store this data in the three objects, then display the data for each employee on the screen

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!