Question: ou are given a 6 x 8 ( 6 rows, 8 columns ) array of int, x , already initialized and three int variables: max,

ou are given a 6x8(6 rows, 8 columns) array of int, x, already initialized and three int variables: max, i, and j.
Write the code so that max will have the largest value in the array x.
Dont forget the case when all the numbers in the matrix may be negative.
max = x[0][0];
Logic errors. Review the test case table.
Remarks and hints
You almost certainly should be using: ()
You almost certainly should be using: for
You almost certainly should be using: if
You almost certainly should be using: ++
You almost certainly should be using: <

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!