Question: java Create a public class Book with the following details. A method setName that has one parameter, a String. A method setprice that has one

java

Create a public class Book with the following details.

  1. A method setName that has one parameter, a String.
  2. A method setprice that has one parameter, a double.
  3. A method setdiscount that has one parameter, an int.
  4. A method getprice that has no parameters and returns the value that was set by setprice()
  5. A method showdiscount() that has no parameters and shows calculated discount value.
  6. A method display() with no parameters prints data members of Book.
  7. Create two instances b1, b2 and display its values.

initialize price of book by $50, discount as 2 and String variable by mybook.

java please

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!