Hi!,
So I have a hw problem where i need to make a histogram that will graph up to 5 numbers all within the range of 5-25. The code needs to have a check that will stop it from graphing any numbers lower than 5 and higher than 25 and another check for the amount of numbers being inputted. The checks are basically what I need help with, I tried to use an if statement to limit it but it did not work. Im a beginner and any advice is much appreciated.