Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 253 Bytes

File metadata and controls

6 lines (4 loc) · 253 Bytes

Task

Write a program in C++ that gathers the following data from the CSV file:

  • Histogram of the latched status. How many times the machine entered each status code.
  • Time spent in each state. How many seconds did the machine spend in each state.