Question: (a) Write a C++ array declaration that creates a 3x3 array of integers named a and initializes it to contain the following values: 4 0
(a) Write a C++ array declaration that creates a 3x3 array of integers named a and initializes it to contain the following values: 4 0 4 1 0 0 1 1 1 (b) Give two other declarations that are different from the one in part (a) but equivalent to it. These declarations must be identical to the one in part (a) except for the initializer.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
