Write complete C++ program to simulate a Magic 8-Ball, which is a fortune telling toy that displays a random response to a yes or no question. The program should prompt the user to ask a question and then display one of the responses randomly selected from the following array

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter8: Advanced Method Concepts
Section: Chapter Questions
Problem 8RQ
icon
Related questions
Question

Write complete C++ program to simulate a Magic 8-Ball, which is a fortune telling toy that displays a random response to a yes or no question. The program should prompt the user to ask a question and then display one of the responses randomly selected from the following array. 

string magic8arr[] = {
        "Yes, of course!",
        "Without a doubt, yes.",
        "You can count on it.",
        "For sure!",
        "Ask me later.",
        "I'm not sure.",
        "I can't tell you right now.",
        "I'll tell you afterwards.",
        "No way!",
        "I don't think so.",
        "Without a doubt, no.",
        "The answer is clearly, NO."
    };

Sample out is:

Enter a yes or no question: Will it rain today?

Ask me later. 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT