test auto input with all variables

What will be an ideal response?

```
cout << endl << "Enter an auto as a ID number, an odometer reading,"
<< endl << "manufacture date (MM DD YY), "
<< "purchase date (MM DD YY)" << endl << "miles per gallon"
<< endl << "gas tank capacity, and current gas level=> ";
cin >> car1;
cout << endl<< "Auto entered was: " << endl << car1 << endl

```

Computer Science & Information Technology

You might also like to view...

Scaling allows the user to indicate the maximum number of pages to be used when printing a worksheet

Indicate whether the statement is true or false

Computer Science & Information Technology

A constructor cannot:

a) be overloaded. b) initialize variables to their defaults. c) specify return types or return values. d) have the same name as the class.

Computer Science & Information Technology