Hi! Good day! can you help me with my assignment:
-Create a function that will accept values 0 and 1 in a 3 x 3 matrix.
-Create a function that will print values inputted to the 3 x 3 matrix
-Output should follow this format:
1 1 0
1 0 0
0 0 1
I'm not good in c++, I don't know where, how to start doing this program..thanks!