Ask a New Question
Search
I used the guess and
You are asked to guess an integer between 1 and N inclusive.
Each time you make a guess, you are told either: (a) you are too
1 answer
asked by
unowen
695 views
You are asked to guess an integer between 1 and N inclusive.
Each time you make a guess, you are told either: (a) you are too
0 answers
asked by
unowen
531 views
int sqrt(int number);
sq_root = sqrt(1000); int sqrt(int number) int guess=5, i=1; for(i=1;guess=5;i != guess;) { i = guess;
1 answer
110 views
Ancient square root algorithm. The Babylonian algorithm to compute the square root of a number n is as follows:
1. Make a guess
1 answer
asked by
aymee
1,006 views
Excerpts from Walt Whitman’s Song of Myself
Number 33 Space and Time! now I see it is true, what I guess'd at, What I guess'd
9 answers
asked by
bob
1,147 views
Let's play emoji game. Ok, rules: first one you have to make the emojis one of these categories: country/state, song, movie, and
51 answers
asked by
Price Of All Students
235 views
Refer to Explorations in Literature for a complete version of this story.
Read this excerpt from “Water Never Hurt a Man” by
1 answer
asked by
esperanza corazon garcia
116 views
5x-4y=24
4y-5x=-24 what is the solution of the systme of equations? ( i guess no solution) is the sytem consistant or
1 answer
asked by
scooby9132002
530 views
5x-4y=24
4y-5x=-24 what is the solution of the systme of equations? ( i guess no solution) is the sytem consistant or
2 answers
asked by
scooby9132002
531 views
The program below should give the user four chances to guess a secret number from 1 to 10. If the guess is too high or too low,
1 answer
70 views