Maria is creating a program where the user will enter their name to begin. What kind of variable should be used for the user’s name?

(1 point)
Responses

binary

binary

string

string

float

float

decimal

decimal

The kind of variable that should be used for the user’s name is:

string

The user's name is text-based and typically consists of characters, which is why a string data type is suitable for storing such information.