Posts by Felipe Oliveira • 49 points
1 post
-
4
votes3
answers77
viewsQ: Generate multiple different arrays containing random numbers
I am developing a program and need to generate an array of 16 elements, in which each input is 0, 1 or 2; and then I need to check if this array meets certain conditions. To generate this array, I…