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

1. Write Full java program to that define Book class contents: a)

 

1. 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!