Not your question?
Ask your question
View similar questions
Add your answer here.Check out some similar questions!
Letters are numbers and num lock off no numbers
[ 2 Answers ]
I cannot get my hp pavilion notebook to respond, it started all of a sudden. When my num lock is on my letters on the keyboard turn into numbers... I=5 and so forth. Now when my num lock is off my keyboard works fine but I cannot use the number pad. I tried the fn key with almost every key on the...
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
|