Question: Please write this C++ code within this topic only: control structure, function, array, input and output, pointers and structured data. Write a C++ program that

Please write this C++ code within this topic only: control structure, function, array, input and output, pointers and structured data.
Write a C++ program that satisfies the following requirement. i. Define a structure named Subject that consists of three members: name of type string, array of character called code and credit of type integer. Then, define structure with tag name Tutor containing name, hourperweek of type integer and subjectname of type struct Subject. Declare an array of 4 elements of type struct Tutor. Ask the user to enter all tutor's information. Find the average of hour per week for all tutors. Display tutors' information and the average of hour per week. ii. iii. iv. v
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
