Ask Question
10 December, 12:51

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.

+2
Answers (1)
  1. 10 December, 13:01
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers