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...

The term ____________________ is used to describe an electronic device, operating under the control of instructions stored in its own memory, that can accept data, process the data according to specified rules, produce results, and store the results for future use.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The _____ category in PC settings allows or blocks apps from sharing your geographic location.

A. PC and devices B. Accounts C. Privacy D. Network

Computer Science & Information Technology