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.
- A method setName that has one parameter, a String.
- A method setprice that has one parameter, a double.
- A method setdiscount that has one parameter, an int.
- A method getprice that has no parameters and returns the value that was set by setprice()
- A method showdiscount() that has no parameters and shows calculated discount value.
- A method display() with no parameters prints data members of Book.
- Create two instances b1, b2 and display its values.
initialize price of book by $50, discount as 2 and String variable by mybook.
java pleaseStep by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
