Posts by Victor • 23 points
1 post
-
2
votes2
answers1180
viewsQ: Drawing of numbers with exception
How do I draw lots n of numbers in C language where I can exclude the possibility of drawing a certain number from my range given a certain condition? Exemplifying in code: #include <stdio.h>…