Use the following Car structure declaration to answer questions \(28-30\).
struct Car
string make
model:
Int year:
double cost:
// Constructors \(\operatorname{Car}()\)
{ make \(=\) model \(=" " ;\) year \(=\cos t=0: 1\) }
Car(string mk, string md. int yr, double c) { make \(=\) whe model \(=\) ind :
year \(=y r ; \quad \cos t=c: 1\)}
Define an array named for Sale that holds 35 Car structures. Initialize the
first three elements with the following data:
$$\begin{array}{llll}
\text { Make } & \text { Model } & \text { Year } & \text { cost } \\
\text { Ford } & \text { Taurus } & 2002 & \$ 21,000 \\
\text { Honda } & \text { Accord } & 2001 & \$ 11,000 \\
\text { Jeep } & \text { Wrangler } & 2004 & \$ 24,00000
\end{array}$$