Explain why a C++ program might use the statement

```
Array workerList;
```

Declares an Array object to store Employees. The default constructor is used. The
number of Employees is not known in advance.

Computer Science & Information Technology

You might also like to view...

You would use a(n) ________ to manage your email, calendar, contacts, and tasks—all in one place

Fill in the blank(s) with correct word

Computer Science & Information Technology

Write code that sets each element of a boolean array called flags to alternating values (true at index 0, false at index 1, etc.).

What will be an ideal response?

Computer Science & Information Technology