Given a two-dimensional array of integers named q, with 2 rows and 4 columns, write some code that puts a zero in every element of q.
LANGUAGE: C++
CHALLENGE:
Given a two-dimensional array of integers named q, with 2 rows and 4 columns, write some code that puts a zero in every element of q.
Declare any variables needed to help you.
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in C++, Learn To Code