Ask Question
13 March, 05:20

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.

+4
Answers (1)
  1. 13 March, 06:59
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers