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 while loop is used to check when the user will press enter.Enter is considered as '\n'.