Multiple choice technology programming languages

x=space(2) y=Len(x) y=????

  1. 1

  2. 2

  3. 3

  4. 4

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Space(2) creates a string with 2 space characters. Len counts these characters, returning 2. The space function is common in legacy BASIC/VB.