Question: Write a C++ program that will read from an input file employee data (consisting of FirstName, LastName, ID and salary) and prints to screen the
Write a C++ program that will read from an input file employee data (consisting of FirstName, LastName, ID and salary) and prints to screen the average salary of all the employees. Each line of the input file will consist of the following (in this exact order with the type specified):
FirstName lastName ID salary
String string integer double
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
