Suppose a csv file contains data in the following format on each line: employee, day#, working hours a, 1, 7.5 b, 1, 8 c, 1, 7 a, 2, 7 b, 2, 7.5 c, 2, 7.5 a, 3, 8 c, 3, 7 b, 4, 8 a, 5, 6 Write a program that prints (a) the total working hours for all employees (b) the average working hours for all employees (c) the total working hours for each employee (d) the average working hours for each employee.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter8: I/o Streams And Data Files
Section: Chapter Questions
Problem 6PP: (Data processing) Write a C++ program that reads the file created in Exercise 4 one record at a...
icon
Related questions
Question

Suppose a csv file contains data in the following format on each line:
employee, day#, working hours
a, 1, 7.5
b, 1, 8
c, 1, 7
a, 2, 7
b, 2, 7.5
c, 2, 7.5
a, 3, 8
c, 3, 7
b, 4, 8
a, 5, 6
Write a program that prints (a) the total working hours for all employees (b) the average
working hours for all employees (c) the total working hours for each employee (d) the
average working hours for each employee.

Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr