Let original array has the following values {10, 20, 30, 40}. What will be the v
ID: 3834021 • Letter: L
Question
Let original array has the following values {10, 20, 30, 40}. What will be the values in the intNums array if the following statement is used? ReDim intNums(5) a) {10, 20, 30, 40, 0, 0} b) {0, 0, 0, 0, 0, 0} c) {10, 20, 30, 40, 0, 0, 0} d) {0, 0, 0, 0, 0, 0, 0} Suppose you are working with integer numbers within range -20 million to 20 million. What type of variable you will declare for your program? a) Integer b) Single c) Double d) Long Which of the following adds 100 to the value stored in the first row, second column of the array? a) intNum(0, 1) = intNum(0, 1) + 100 b) intNum(1, 0) = intNum(1, 0) + 100 c) intNum(1, 2) = intNum(1, 2) + 100 d) intNum(2, 1) = intNum(2, 1) + 100Explanation / Answer
5. Which statement ?
Answer : B
6. Which data type ?
Answer : C
7. Which statement?
Answer: A
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.