MCQOPTIONS
Bookmark
Saved Bookmarks
→
Visual Basic
→
Adding a GroupBox to the Form and Using FinancialDotPmt Method
→
To traverse two dimensional array you require ____...
1.
To traverse two dimensional array you require ________________ loops.
A.
One
B.
Two
C.
Three
D.
Zero
Answer» C. Three
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
The intSales array is declared as follows: Dim intSales(,) As Integer = {{1000, 1200, 900, 500, 2000}, {350, 600, 700, 800, 100}}. The intSales(1, 3) = intSales(1, 3) + 10 statement will _______________
Which of the following declares a two-dimensional array that has three rows and four columns?
To traverse two dimensional array you require ________________ loops.
The subscripts are _________ than the row and column in which the element is located.
Each element in a two-dimensional array is identified by a unique combination of _______________
The _____________ in a two-dimensional array specifies the elements row and column position.
We can determine number of elements in two-dimensional array by _________________
A _______________ resembles a table.
The strStates and strCapitals arrays are parallel arrays. If Illinois is stored in the second element in the strStates array, where is its capital (Springfield) stored?
If the elements in two arrays are related by their subscripts, the arrays are called as ________________ arrays.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply