Posts by Rodrigo Peralta • 5 points
2 posts
- 
		0 votes1 answer2031 viewsQ: matrix generate random number from 0 to 99 without repetition VisualgI had already asked the question but I informed the wrong question. Anyway, I need to make a program to automatically generate numbers between 0 and 99 of a bingo card (5x5) and cannot generate… visualgasked Rodrigo Peralta 5
- 
		-1 votes1 answer89 viewsQ: check sequence numbers visualgI have a vector q will be filled by 6 random values and need to check if there are numbers in sequence in the vector. How would you do this ?