Posts by Felipe Nesello • 89 points
2 posts
-
4
votes2
answers1071
viewsQ: Guess a number, and in attempts, by the percentage show hints
I am trying to create a game in which the user must determine an interval and guess a random number that is generated within this range. When the user inserts a number to guess, the program must…
-
4
votes2
answers1679
viewsQ: How do I generate random numbers and without repeating them in a time interval?
I am creating a 'game' in which it is necessary for the user to choose an interval, and in this interval, he chooses how many random numbers he wants to generate. However, in the random numbers…