Question: java beginner level code for this Problem Write a program that reads a tab delimited CSV file and prints the name of the oldest person
java beginner level code for this Problem
Write a program that reads a tab delimited CSV file and prints the name of the oldest person in the file.
Expected Output
The CSV file will look something like the one below. Note, there will NOT be a row with header titles.
Name Age Career
Peter Doctor
Paul Lawyer
Mary Systems Engineer
Your program must include the following line of code:
String path args; add code below this line add code above this line
The variable path allows for different text files to be sent to your program for testing. The TRY IT button below will send a test file to your program. You should see the following output:
The oldest person is Paul.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
