Display an Auto with labels
What will be an ideal response?
```
ostream& operator<< (ostream& os, const Auto& temp)
{
os << "ID: " << temp.ID << endl << "Odometer: " << temp.odometer
<< endl << "Manufacture date: " << temp.manufacture << endl
<< "Purchase date: " << temp.purchase << endl
<< "Miles/gallon: " << temp.mpg << endl << "Gas Tank: "
<< temp.fueltank;
return os;
}
int main()
{
Auto car1, car2, car3;
Tank tank1, tank2;
Date date1, date2;
```
You might also like to view...
A query within a query is using the technique called ________
Fill in the blank(s) with correct word
In the accompanying figure, Item 2 points to the ____.
A. Compatibility Report tab B. Toolbox tab C. Compatibility Report button D. Toolbox button
You are on the 172.16.99.0 network with a subnet mask of 255.255.254.0. What is NOT a valid host IP address on this network?
A. 172.16.99.1 B. 172.16.100.0 C. 172.16.99.255 D. 172.16.100.255
____ allows users to freely roam both indoors and outdoors for kilometers while remaining connected.
A. Fixed WiMAX B. 3G C. Mobile WiMAX D. DSL WiMAX