Answered step by step
Verified Expert Solution
Question
1 Approved Answer
in java Part B: JavaDoc comments [Total: 25 points] Add JavaDoc comments in Book class to describe the class, constructor, and all the methods (getters,
in java
Part B: JavaDoc comments [Total: 25 points] Add JavaDoc comments in Book class to describe the class, constructor, and all the methods (getters, setters, and instance methods). Part C: Mid MainDriver class [Total: 35 points] Within the main method: a. Take user input for the title and the author of a book. [10 points] b. Create an object of the Book class called myBook using the constructor defined in Part A(d) by passing the user input as arguments. [5 points] c. Call the displayInfo() method using the myBook object. [5 points] d. Set the value of the myBook's price to $50.25 [5 points] e. Add a testbench to verify that the overDue Fine method in Book class is working correctly. Use the myBook object to call the method. [10 points] Submission. Zip file from your project folder and submit via Moodle Midterm Programming Exam | link. Again... o Make sure you double-check that your submission file contains the whole project!!! o Make sure you SAVE before you EXPORT to a .zip fileStep 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