Answered step by step
Verified Expert Solution
Link Copied!

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.

  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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Joe Celkos Data And Databases Concepts In Practice

Authors: Joe Celko

1st Edition

1558604324, 978-1558604322

More Books

Students also viewed these Databases questions

Question

2 explain the factors which determine an assets value;

Answered: 1 week ago