subject

Write a program that simulates a magic 8 ball, which is a fortune-telling 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 8_ball_responses. txt. the file contains 12 responses, such as "i don't think so", "yes, of course! ", "i'm 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 reapeat until the user is ready to quit.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 05:10
Read the code below. what will the computer print if the input for year_variable is 1700? if year_variable == 1776: print("your answer is correct. the declaration of independence was signed in “year_variable”.") elif year_variable < 1776: compute_variable = 1776 - year_variable. print("add “compute_variable“ years to your answer for the correct answer.") elif year_variable > 1776: compute_variable = year_variable - 1776 print("subtract “compute_variable” years from your answer for the correct answer.")
Answers: 1
question
Computers and Technology, 22.06.2019 22:20
Pp 4.1 design and implement a class called sphere that contains instance data that represents the sphere’s diameter. define the sphere constructor to accept and initialize the diameter and include getter and setter methods for the diameter. include methods that calculate and return the volume and surface area of the sphere (see pp 3.5 for the formulas). include a tostring method that returns a one-line description of the sphere. create a driver class called multisphere, whose main method instantiates and updates several sphere objects.
Answers: 1
question
Computers and Technology, 23.06.2019 07:00
What are three software programs for mobile computing?
Answers: 1
question
Computers and Technology, 23.06.2019 22:20
Read “suburban homes construction project” at the end of chapters 8 and 9 (in the textbook) and then develop a wbs (work breakdown structure) in microsoft excel or in microsoft word (using tables)
Answers: 1
You know the right answer?
Write a program that simulates a magic 8 ball, which is a fortune-telling toy that displays a random...
Questions
question
Chemistry, 25.03.2021 18:50
question
Mathematics, 25.03.2021 18:50
question
Mathematics, 25.03.2021 18:50
question
Mathematics, 25.03.2021 18:50
question
Mathematics, 25.03.2021 18:50
question
Biology, 25.03.2021 18:50
Questions on the website: 13722359