Question: Java programming (blueJ). Thanks! Name SECTION 1. Lab Startup. Note: the files for this lab are on D2L/LaboB Start the BlueJ IDE progran. If there
Name SECTION 1. Lab Startup. Note: the files for this lab are on D2L/LaboB Start the BlueJ IDE progran. If there is a project that is open project. using BlueJ create a project naned labe" and save it on your flash drive SECTION 2. Write a program that reads in a set of employee nanes and their salaries from as a rixed length record from a file named salaries.txt. The program is to read each record and then parse the input into the parts. Keep track of the employee with the largest salary and at the end of the progran print that employee with her/his salary name: the name of the employee, type string salary: the salary of the employee, type double maxNane: the name of the employee having the maximum salary, type String maxsalary: the salary of the employee having the maximum salary, type double salariesRec: The fixed length record, type string. Each record is 38 characters as follows: name: salary: 24..29 0..23 Employee Nane Salary im Davis 2050000 15850.90 3242500 17409.80 3543100 14235.89 36144.06 Joe Cool Kristi Smith Mabel Werth Bob Marley Fred Mertz Lucy VanPelt Employee: Lucy Vanpelt has the largest salary: 36144.88 End of Progran open salaries file for input print column headings while(not EOF): read salariesRec; parse name from salariesRec parse salary from salariesRec print name, salary if maxSalary
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
