Accessor that returns fuel tank capacity

What will be an ideal response?

```
double Tank :: getCapacity() const
{
return capacity;
}
```

Computer Science & Information Technology

You might also like to view...

What feature starting with PowerShell 4.0 allows for the use of declarative statements to manage and maintain servers?

What will be an ideal response?

Computer Science & Information Technology

Carefully distinguish between the scope resolution operator, and the dot operator.

What will be an ideal response?

Computer Science & Information Technology