Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started