Question: struct ShoeType char style; double price; }; struct Date { int month; int day; int year; } 1. Declare a structure type named StockRecord that


struct ShoeType char style; double price; \}; struct Date \{ int month; int day; int year; \} 1. Declare a structure type named StockRecord that has two member variables, one named shoeInfo of the structure type ShoeType (given in Exercise S1) and one named arrivalDate of the structure type Date above. 2. Declare a structure variable of type StockRecord named myNewShoe and write the statement(s) to read its shoe style, price, and arrival date
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
