Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.03 KB

Customer Details

Problem 1

Programmatically analyze the file and print in the console the name and position of employees

a) who has worked for 7 consecutive days.

alt text


Problem 2

Programmatically analyze the file and print in the console the name and position of employees

b) who have less than 10 hours between shifts but greater than 1 hour

alt text


Problem 3

Programmatically analyze the file and print in the console the name and position of employees

c) Who has worked for more than 14 hours in a single shift

alt text