Auto constructor with date and tank inputs

What will be an ideal response?

```
Auto :: Auto(int ident, int odom, const Date made, const Date bought,
double efficiency, const Tank gas)
{
ID = ident;
odometer = odom;
manufacture = made;
purchase = bought;
mpg = efficiency;
fueltank = gas;
}
```

Computer Science & Information Technology

You might also like to view...

Which of the following is the distance between lines of text in a paragraph?

A) Indentation B) Tab stops C) Alignment D) Line spacing

Computer Science & Information Technology

A(n) ____________________-qualified computer will use between 30% and 75% lessenergy.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology