Explain the purpose of lines 5 to 8 in this pseudocode. (2)
The user will be required to enter a password. (1 mark)
Until the correct password is entered. (1 mark)
(The user will be required to enter a password (1 mark)
The code will continually loop as an integer is required and the password is a string. (1 mark))