Refer to the pseudo-code logic below:
role ← "Admin"
OUTPUT "Enter your password:"
password ← USERINPUT
Which pseudo-code statement assigns the length of the string username to a variable called charCount?
username ← LEN(charCount)
charCount ← LEN(username)
charCount ← username
username ← username + charCount