Question: Given the instruction, , I wrote this program in C++ which divides a 10 x 10 matrix into four 5 x 5 quadrants so when
Given the instruction,
, I wrote this program
in C++ which divides a 10 x 10 matrix into four 5 x 5 quadrants so when the program runs, it unscrambles this 10 x 10 matrix
into this 10 x 10 matrix
, but it doesn't work (I've tried many times). So please make revisions to the program while maintaining the four quadrants and test.
/* For this phase, each 1010 letter has been broken into four, * 55 quadrants: * * These quadrants have been scrambled into the following new arrangemen * * * Your task is to reverse this scrambling. */ * * * * * * * * * * * 0100001010101010010101110011101010000101010100001010101101101101001101100011000101010010111110110111 101010101001010101011000101110110011010011110000100100010111001011101001110100011010101010
Step by Step Solution
There are 3 Steps involved in it
To reverse the scrambling of the 10x10 matrix into four 5x5 quadrants you c... View full answer
Get step-by-step solutions from verified subject matter experts
