Question: Create a grid using vector of vector, the size (row * column) of the grid has to be between 16 to 64 and even. Under
Create a grid using vector of vector, the size (row * column) of the grid has to be between 16 to 64 and even.

Under each number is a random ASCII Value from A-Z and six symbols after Z from the chart (65-96). Since there are 20 numbers there should be 10 pairs of ASCII value underneath. (Ex. Underneath 1 = A and underneath 19 = A).
Language: c++
1 2 3 4 5 6 78 9 10 11 12 13 14 15 16 17 18 19 20
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
