| 
 
 
 
  Not your question?
  Ask your question
  View similar questions
   
 Add your answer here.Check out some similar questions!
Writing a program about random numbers
 [ 0 Answers ]
 1. Write a program that randomly generates a number between 50 and 100. Based off the number that is randomly generated, do the following: (25 points) If the randomly generated number is 93 or greater, display: “Great job! You got an A!” If 85-92, display: “Not too shabby, we’ll take a B!” If... 
Random Numbers?
 [ 5 Answers ]
 This has to be a difficult problem to solve so any input is greatly appreciated. Quick Overview: I play this online game (racing game) and the point of the game is to "guess" as close as possible to the "magic number". I am trying to figure out how to predict the next number in the "random"... 
Random numbers , variable arrays
 [ 1 Answers ]
 here is my problem To create a program that generates 7 random numbers display it in 7 labels (not repeat same number twice)and there a button if u click it picks out the highest number. Im a beginner so I need code. 
Generating random numbers
 [ 11 Answers ]
 Not gernating same number twice in a row 
How do you wrie a program using that attatches the random numbers together
 [ 1 Answers ]
 #include #include #include using namespace std; int main() { int I; srand( (int) time(NULL)); i = rand()%4; int num = View more questions Search 
 |