For one of my summer labs for comp sci, I have to make a program that takes input for a maximum and minimum variable, then have the computer pick a number in that range using math.random and then give the user 3 tries to guess it.
pretty easy but I can't find anything online that really explains how to do that with a simple math.random.
how can I do this?