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