- Methods to search for a book
If the user chooses that option he should be asked of he wants to search for it using the book’s title (or part of it) or using the name of one of the authors (or part of the name)
Depending on that search the user should go through the “Library.txt” file and print all the books matching that certain criteria. And if none was found an appropriate message should be printed. (the search needs to be case sensitive as the user can search using lower case letters or upper case one)
nouraaaaa 0 Newbie Poster
Dani 4,329 The Queen of DaniWeb Administrator Featured Poster Premium Member
nouraaaaa commented: public static void main(String[] args)throws InterruptedException{ Scanner rr = new Scanner(System.in); System.out.println("D +0
nouraaaaa 0 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
zemiak 15 Newbie Poster
JamesCherrill commented: That's better. Do you have any more questions? +15
nouraaaaa commented: I appreciate it <3 +0
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.