Posts Tagged ‘10742’
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.
Read More