Computer Science Lecture Notes, Chapter 4

Prompt user for a lower bound ( input validation: keep prompting if the lower bound is negative. Prompt user for an upper bound ( input validation: keep prompting if the upper bound isn’t two or more above lower bound. Prompt user for pick #1 ( input validation: keep prompting if pick #1 is outside the range. Prompt user for pick #2 ................
................