Prompt: Write a while loop that ask the user to enter their pin. If the user enters the wrong pin tell the user they entered the incorrect pin. Give the user 3 tries until before telling the user they are out of attempts. Test out your program by entering incorrect pins then the correct pin. The correct user pin in 4213.
SN: My program runs fine with the if else loop but I need help trying to work it for a while loop.