[6 points] Write a routine (using the function prototype below) which will require the user to input a between low and high. The user will enter integers, but not necessarily in range. Your routine should not exit until a valid value is obtained.
int Get value(int low, int high);