C++ PROGRAMMING Utilizing C++ programming could someone assist in helping me understanding and answering the question be

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

C++ PROGRAMMING Utilizing C++ programming could someone assist in helping me understanding and answering the question be

Post by answerhappygod »

C++ PROGRAMMING
Utilizing C++ programming could someone assist in helpingme understanding and answering the question below accuratelyplease? I need help.
The player chooses a category, your program must randomly selecta puzzle in that category from the array of Puzzle structs. Since apuzzle in any category can be randomly selected, it is important torepeatedly generate random puzzles until a puzzle in thedesired category is found. After selecting the puzzle, thecharacter ‘#’ is used to hide the letters of the puzzle. If thereare spaces or dashes (‘-‘) in the puzzle, these are revealed to theplayer.
for example, the puzzle “FULL-LENGTH WALL MIRROR” would bedisplayed as follows: ####-###### #### ######
struct Puzzle{
string category;
char puzzle[80];
};
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply