Write the statement that assigns the length of thestrBooksarray to theintNumElementsvariable. Then write the statement that assigns the highest subscript in the array to theintHighestSubvariable.
What will be an ideal response?
intNumElements = strBooks.Length
intHighestSub = strBooks.GetUpperBound(0)
Computer Science & Information Technology
You might also like to view...
Which of the following is an attack that causes unsolicited prerecorded phone messages to be sent?
A. SPIT B. STP C. SSMTP D. SRTP
Computer Science & Information Technology
What is a fringe, and how can you remove it?
What will be an ideal response?
Computer Science & Information Technology