User profile: stbb24

User info
User name:stbb24
History
Joined:
Number of posts:15
Latest posts:

display unique numbers
Here is a sample run 1st Run [code] 4 5 6 7 11 12 13 14 18 11 4 21 25 26 27 28 32 15 26 172 25...

display unique numbers
Array a is 7x4 and I generate two random numbers r1 (1-7) and r2 (1-4) and use them as index for ar...

display unique numbers
[code] void randNumber (int n1, int n2, int a[][4]) { if((n1 == 4) && (n2 == 3)) { ...

Return two values from a function
Ok thanks I will try what you suggested :)

Return two values from a function
I have this code that generates two numbers and stores them in two separate arrays. If the random...