MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements assigns (to the intElements variable) the number of elements contained in the intNums array? |
| A. | intElements = Len(intNums) |
| B. | intElements = Length(intNums) |
| C. | intElements = intNums.Len |
| D. | intElements = intNums.Length |
| E. | the number of elements contained in the intNums array?a) intElements = Len(intNums)b) intElements = Length(intNums)c) intElements = intNums.Lend) intElements = intNums.Length |
| Answer» E. the number of elements contained in the intNums array?a) intElements = Len(intNums)b) intElements = Length(intNums)c) intElements = intNums.Lend) intElements = intNums.Length | |