Question: please write the code in c++: Name an application or game that may use a 2-D array as one of the key structures for the

please write the code in c++:

  • Name an application or game that may use a 2-D array as one of the key structures for the program

Spreadsheets, gaphic

DO NOT USE THE STRING LIBRARY

Create a class and initialize the 2-dimensional char array contained below.

Create a 4 x 4 crossword puzzle pictured below.

The words present in your crossword puzzle should be

  • toy

  • fly

  • fun

  • son

{'f', 'k', 's','a'}

{'l', 'u', 'o','w'}

{'y', 'o', 'n', 'a'}

{'x', 't', 'o', 'y'}

Create main function control the operation of the program.

  • Display the Output the full crossword puzzle. Allow the user to select the word to find.

  • Create a menu and allow the user to enter the word she would like to search for in the puzzle.

    • Output if the word exist in the crossword puzzle.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!