What is the value of x after execution of the following code fragment?
```
int x;
x = m[0][0];
for ( int i = 0; i < 3; ++i )
for ( int j = 0; j <3; ++j )
if ( m[i][j] < x )
x = m[i][j];
```
a. 0
b. 3
c. 4
d. 18
b. 3
Computer Science & Information Technology
You might also like to view...
Match the PowerPoint 2013 feature to its description:
I. Snap to II. Align III. SmartArt IV. Shape Outline V. Edit Shape A. create a diagram which includes text B. create numerous styles of arrows using points, circles, and diamonds C. forces an object to align with the grid D. change any shape to a different shape E. line up shapes and objects
Computer Science & Information Technology
The item in the accompanying figure was painted with a ____ stroke.
A. hard-edged B. soft-edged C. open-edged D. hard-center
Computer Science & Information Technology