Hey guys.
trying to write a little script that will keep 2 numbers and will keep asking the user to enter a value until the value entered is one between the 2 numbers.
Just testing out some loops.
i guess the sample numbers can be anything - numbers(int min, int max){
just not sure how to do the do-while loop so it continues to ask for an input between them, lets say between 1 and 5.
any ideas.? i know its not a large script, maybe 5-9 lines, but just getting started.