Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started