1. 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...


1.<br>Design and instantiate a intern structure which has 3 fields: name (intern name),<br>tasks (intern's responsible task/s), and date/hours (intern's working dates and hours).<br>name is represented by a string.<br>tasks tasks is represented by a list of task and each task is represented by string.<br>date/hours is represented by another structure that has 2 fields: dates and hours.<br>dates is a list of date as a string and presents which dates intern works such as Monday,<br>Tuesday, etc.<br>hours is represented by a number and presents how many hours intern works each dates.<br>

Extracted text: 1. 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.

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here