Which pseudo-code statement assigns the length of the string password to a variable called passLength?
password ← "Secur1ty!"
attempts ← 0
OUTPUT "Enter your password hint:"
hint ← USERINPUT
password ← LEN(passLength)
password ← password + passLength
passLength ← password
passLength ← LEN(password)