Question: Write Full java program to that define Book class contents a) ISBN int. b) BookName String. c) Author String. d) Edition double. e) Default constructor

Write Full java program to that define Book class contents a) ISBN int. b) BookName String. c) Author String. d) Edition double. e) Default constructor to assign default values for variables. f) Constructor to receive and assign values to variables. g) Method named view() to print all variables. h) Method named getCharFromBookName(int), to return charter in specified index of book name. i) Method named getLastIndexFromAuthor(char), to get returns index of last occurrence of specified character. j) Main method to test all methods
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
