Question
Use vector of vector to print a matrix that takes the user input of rows and columns. The user o be from the input for
Use vector of vector to print a matrix that takes the user input of rows and columns. The user o be from the input for the matrix (row*column has to be even and size has to be from 16 to 64). The format looks like this:
Can not look like this:
The program will display the symbols behind the numbered slots. Since there are 20 slots, Behind the numbers are randomly printed are alphabets A-Z, and addition 6 symbols are ( [ \ ] ^ _ `). If the symbols stored at those two slots are not identical, No Match is printed (as shown on the left). If the same symbol is stored in the two slots, the user will hear a bell (produced by \a) and see Match printed beneath the grid. Then after 3 seconds, the screen will be cleared, but when the screen is next shown the matched symbols will stay on the board had replaced the slot numbers. But if the two slot numbers have been both earlier revealed and are identical, the message Previously matched should be printed. The game proceeds until either the user finds all the pairs. And the last thing that is printed before the game ends is the message shown that indicated the amount of time in minutes and seconds that it took to find all the matches.
Language: c++
1 2 3 4 5 6 78 9 10 11 12 13 14 15 16 17 18 19 20 1 2 3 4 5 6 78 9 10 11 12 13 14 15 16 17 18 19 20Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started