Which pseudo-code statement assigns the length of the string username to a variable called size?
username ← LEN(size)
username ← username + size
size ← username
size ← LEN(username)
89 exam-style questions on AQA GCSE Computer Science String handling operations in a programming language. Each one has a worked solution and a mark scheme showing where the marks go.