+ 4
I need help with this C++ code....
How to make a multidimensional array that has 2 columns and 2 rows and has these elements: {0,1}, {1,0} How can I loop through the array and also change the elements 0 to "Zero" and 1 to "One"?
2 Answers
+ 3
Look my last code
+ 3
Thank you.



