test fillup function
What will be an ideal response?
```
car2.fillUpTank();
cout << endl << "Car 2 was filled up:" << endl << car2 << endl;
cout << endl;
return 0;
}
```
You might also like to view...
This query is used to add additional records to an existing table:
A) Update query. B) Select query. C) Append query. D) Make Table query.
Evaluate Formula is in the ________ group on the Formulas tab
Fill in the blank(s) with correct word
After creating an instance of a Web service, you can code a(n) ____________________ that calls the Web service.
Fill in the blank(s) with the appropriate word(s).
There are security risks using the $_REQUEST autoglobal because it includes the contents of the ____ autoglobal as well as the $_GET and $_POST autoglobals.
A. $_COOKIES B. $_ENV C. $_FILES D. $_COOKIE