display unique numbersHere 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 numbersArray 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 functionOk thanks I will try what you suggested :)
Return two values from a functionI have this code that generates two numbers and stores them in two separate arrays. If the random...