Question: Please write this c++ code within this topic only : Control structure , function , array , input and output , pointers and Structured Data.
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. ii. Define a structure named Date that consists of three members: day, month and year of type integer. Then, define structure with tag name Milk containing brandname of type string, price of type float and expired date of type struct Date. Declare an array of 4 elements of type struct Date. Ask the user to enter all milk's information Find the average of milk price. Display milk's information and the average of milk price. iv. V
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
