Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ I need help! Create a 4 x 4 crossword puzzle picturedbelow. The words present in your crossword puzzle shouldbe toy fly fun son {'f',

C++ I need help!

Create a 4 x 4 crossword puzzle picturedbelow.

The words present in your crossword puzzle shouldbe

  • toy

  • fly

  • fun

  • son

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

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

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

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

==================== menu should be like this=====================

*** CrossWord Puzzle *** XXTh f 1 y X KJO + k u 0 t SOHO 0 & W & > a a y Enter 1. Select the Word to Search.

Enter 1. select the word to search (this shoulddisplay 1.toy 2. fly 3. fun 4. son and then if the user input 1then print its index location. and back to the menuagain)

Enter 2. Enter the word to search (this should allow theuser to enter the word and if the word is in the puzzle, then printits location. and back to the menu again)

Enter 3. Exit

*** CrossWord Puzzle *** XXTh f 1 y X KJO + k u 0 t SOHO 0 & W & > a a y Enter 1. Select the Word to Search. Enter 2. Enter the Word to Search. Your Choice: 1 1. toy 2. fly 3. fun 4. son Select the Word to Search: toy

Step by Step Solution

There are 3 Steps involved in it

Step: 1

The image youve shared shows a basic textbased crossword puzzle along with a menu for user interaction This crossword puzzle is a simple 4x4 grid with ... 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

Data Modeling and Database Design

Authors: Narayan S. Umanath, Richard W. Scammel

2nd edition

1285085256, 978-1285085258

More Books

Students also viewed these Programming questions