Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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:

image text in transcribed

Can not look like this:

image text in transcribed

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 20

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intranet And Web Databases For Dummies

Authors: Paul Litwin

1st Edition

0764502212, 9780764502217

More Books

Students also viewed these Databases questions

Question

The paleolithic age human life, short write up ?

Answered: 1 week ago

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago