In the following code fragment, the
variables SIZE and count serve what roles?
Group of answer choices
SIZE is the capacity of the array; count is the
number of elements currently used
SIZE is the number of elements used in the
array; count is the array capacity
SIZE is the capacity of the array; count is the
number of elements that are equal to zero
SIZE is the number of elements unused in the
array; count is the number of inputs
In the following code fragment, the variables SIZE and count serve what roles? Group of answer choices SIZE is the capac
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am