Question: please solve with racket 2. (40pts) Design and implement a Racket function which consumes a list of intern structure and a task as a string

please solve with racket
2. (40pts) Design and implement a Racket function which consumes a list of intern structure and a task as a string as its parameters and produces a list of total working hours in that particular task. Hint1: > (length (list 1 2 3 4)) 4 > (length '0) 0 Hint2: Total working hours = number of working dates * number of hours
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
