I have the following for loop, I am prompting the user to enter a 4 digit pin and hit enter. Can someone explain to me what the while loop is really doing because I don\'t f
**The function of this while loop is to clear the users' illegal input .When the input is '\n' ,the loop ends.