+ 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"?

29th Oct 2017, 5:50 AM
DeltaTick
DeltaTick - avatar
2 Answers
+ 3
Look my last code
29th Oct 2017, 1:01 PM
Suleyman (Volgograd)
Suleyman (Volgograd) - avatar
+ 3
Thank you.
29th Oct 2017, 1:42 PM
DeltaTick
DeltaTick - avatar