Need Help Finding Fixing Syntax Errors Class Supposed Represent Book Provide Tester Give B Q37274130

I need help finding and fixing the syntax errors.. The class issupposed to represent a book. I will provide a tester that willgive the book class. I havent had any luck finding the error myselfand im hoping someones answer will be able to help me solve it onmy own.

public class Book{ private String name; private double price; public int getName() { return name; }

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.