Ask Question
15 November, 00:21

If a function needs to process a variable number of account objects, which is the BEST solution?

An array account parameter with a loop in the function body.

A set of account parameters with a loop for each parameter in the function body.

An account parameter with a loop for that parameter.

A set of 10 account parameters with a series of if-statements checking if each is null.

+5
Answers (1)
  1. 15 November, 03:48
    0
    You will need an array and a loop to process each element, so answer A is the best fit.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “If a function needs to process a variable number of account objects, which is the BEST solution? An array account parameter with a loop in ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers