If an array named num is dimensioned to hold 10 values in 5 rows and 2 columns, how would you store 50 in the first physical row and first physical column?

A. num[ 1, 1 ] = 50;
B. num[ 0 , 0 ] = 50;
C. num = 50 [ ] ;
D. num5 = 50;


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the range of values for a 4-byte integer?

What will be an ideal response?

Computer Science & Information Technology

The StringBuilder methods _____________ not only change the contents of a string buffer, but also returns a reference to the string buffer.

a. delete b. append c. insert d. reverse e. replace

Computer Science & Information Technology

When writing a formula in Excel, use quotation marks to specify the order in which the operations should occur

Indicate whether the statement is true or false

Computer Science & Information Technology

A scientist developed a prediction equation to predict the number of seedpods that woulddevelop on a plant based on the number of branches on the plant. The equation is . Predict the number of seedpods that would be produced by a plant with 20 branches.

A. 162
B. 152
C. 172
D. 192
E. 182

Computer Science & Information Technology