Question: Write the code to subtract the number 1 from each element in a two-dimensional int array named quantities. The array has 10 rows and 25
Write the code to subtract the number 1 from each element in a two-dimensional int array named quantities. The array has 10 rows and 25 columns. Use two for statements.
Step by Step Solution
3.46 Rating (159 Votes )
There are 3 Steps involved in it
for int row 0 row 10 row 1 for int col 0 co... View full answer
Get step-by-step solutions from verified subject matter experts
