Question: Suppose you are given a text file named input. The file includes 100 lines. Each line of the file contains the Book Title, and Author,
Suppose you are given a text file named "input". The file includes 100 lines. Each line of the file contains the Book Title, and Author, separated by "" Write Java Program to read the file and save the book titles into another text file named "List", without redundancy in titles. Also write the total number of titles written in "List.txt" as shown in the example below. input.txt Java-Programming, Mike Introduction-Java. Tom Java-Programming,Jim Java, Amy Java Sam List.txt Java-Programming Introduction Java Java Number of Titles without redundancy = 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
