What is an advantage of using an array to match a value in a range of values?

What will be an ideal response?

When using an array to store range limits, you use a loop to make a series of comparisons that would otherwise require many separate decisions. The program that determines customer discount rates requires fewer instructions than one that does not use an array, and modifications to the program will be easier to make in the future.

Computer Science & Information Technology

You might also like to view...

The ________ property defines whether the datasheet displays above, below, to the left or to the right of the form when using split form

Fill in the blank(s) with correct word

Computer Science & Information Technology

To add a calculated control to sum a column, you select the text box and click the Totals button in the:

A) Grouping & Totals group on the Create tab. B) Tools group on the Create tab. C) Tools group on the Design tab. D) Grouping & Totals group on the Design tab.

Computer Science & Information Technology