Question: please solve with racket 1. (20pts) Design and instantiate a intern structure which has 3 fields: name (intern name), tasks (intern's responsible task/s), and date/hours

 please solve with racket 1. (20pts) Design and instantiate a intern

please solve with racket

1. (20pts) Design and instantiate a intern structure which has 3 fields: name (intern name), tasks (intern's responsible task/s), and date/hours (intern's working dates and hours). name is represented by a string. tasks tasks is represented by a list of task and each task is represented by string. date/hours is represented by another structure that has 2 fields: dates and hours. dates is a list of date as a string and presents which dates intern works such as Monday, Tuesday, etc. hours is represented by a number and presents how many hours intern works each dates. (Do not forget to write down the functions -constructors, selectors, and predicates. Solve Question 2,3,4 by using intern structure) 1. (20pts) Design and instantiate a intern structure which has 3 fields: name (intern name), tasks (intern's responsible task/s), and date/hours (intern's working dates and hours). name is represented by a string. tasks tasks is represented by a list of task and each task is represented by string. date/hours is represented by another structure that has 2 fields: dates and hours. dates is a list of date as a string and presents which dates intern works such as Monday, Tuesday, etc. hours is represented by a number and presents how many hours intern works each dates. (Do not forget to write down the functions -constructors, selectors, and predicates. Solve Question 2,3,4 by using intern structure)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!