I am trying to generate a random number between two numbers that the user gives me. I can't figure it out and am a noobie, can someone explain what is wrong with this code?
Because you're min and max variables are parameters that are being sent, and not referential parameters, the "&" is not needed, otherwise they are classified as referential parameters.