Question: 1. Write a tester/controller class called FamousCS.java which reads a text file (names.txt) that contains the last name, first name, and claim to fame of

 1. Write a tester/controller class called FamousCS.java which reads a text

1. Write a tester/controller class called FamousCS.java which reads a text file (names.txt) that contains the last name, first name, and "claim to fame" of several famous Computer Scientists. FamousCS.java and names.txt must be in the same folder (Eclipse package). Read each line from the file. The items in each line are separated by commas as shown here: Booch, Grady, is known as one of the developers of UML Then, using System.out.printIn() display the information as follows: G. Booch is known as one of the developers of UML. O Count the number of famous computer scientists in names.txt and display. There are X famous computer scientists in the file. Now, write the same output statements to an output file called CSReport.txt

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!