Multiple choice technology

UserResponse function returns

  1. SQL of user created variable

  2. Name of User

  3. User entered prompt value in string

  4. User entered prompt value in Number

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

The UserResponse function is designed to capture and return user input as a string. This is the most common behavior for functions named to handle user responses in interactive systems.