do-while input validation within array for loop
I’m currently working on an assignment where I have to ask the user to input 5 Blood Pressure readings within a certain range (>=40 and <= 100). I’m trying to create an input validation using a do-while loop within the for loop that scans those inputs to an array. While I am getting an error… Read More do-while input validation within array for loop