subject
Computers and Technology, 17.07.2019 02:10 jeny89

Write a program that generates a random number between 5 and 15 and asks the user to guess what the number is. if the user’s guess is higher than the random number, the program should display too high. try again. if the user’s guess is lower than the random number, the program should display too low, try again. the program should use a loop that repeats while keeping a count of the number of guesses the user makes until the user correctly guesses the random number. then the program should display the number of guesses along with the following message congratulations. you figured out my number. suggest that you also give the user the opportunity to play the game again or quit.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:00
The following function returns a string of length n whose characters are all 'x'. give the order of growth (as a function of n) of the running time. recall that concatenating two strings in java takes time proportional to the sum of their lengths. public static string f(int n) { if (n == 0) return ""; if (n == 1) return "x"; return f(n/2) + f(n - n/2); } options: a) constant b) logarithmic c) linear d) linearithmic e)quadratic f)cubic g) exponential
Answers: 2
question
Computers and Technology, 22.06.2019 12:30
An atom's diameter is about 0.1 nanometer (1×10-9m), and a human hair is about 1×10-3m. how many times greater is a human hair than an atom's diameter? sorry pushed wronf button but this is math
Answers: 3
question
Computers and Technology, 23.06.2019 11:00
What are the possible consequences of computer hacking? what is computer piracy? describe some examples. what are the effects of computer piracy? what are the possible consequences of computer piracy? what is intentional virus setting? describe some examples. what are the effects of intentional virus setting? what are the possible consequences of intentional virus setting? what is invasion of privacy? describe some examples. what are the effects of invasion of privacy? what are the possible consequences of invasion of privacy? what is an acceptable use policy and what is the purpose of the acceptable use policy what is intellectual property and how can you use it?
Answers: 1
question
Computers and Technology, 24.06.2019 10:00
(, urgent need): how do i change my username
Answers: 1
You know the right answer?
Write a program that generates a random number between 5 and 15 and asks the user to guess what the...
Questions
question
History, 04.09.2020 01:01
question
English, 04.09.2020 01:01
question
Health, 04.09.2020 01:01
Questions on the website: 13722360