Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program that simulates a Magic 8 Ball, which is a fortune - telling toy that displays a random response to a yes or
Write a program that simulates a Magic Ball, which is a fortunetelling toy that displays a random response to a yes or no question. In the student sample programs for this book, you will find a text file named The file contains responses, such as I dont think soYes of course!Im not sure and so forth. The program should read the responses from the file into a list. It should prompt the user to ask a question, then display one of the responses, randomly selected from the list. The program should repeat until the user is ready to quit.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started