229k views
3 votes
The data type is most suitable to define a password field
?

User Luxuia
by
5.2k points

1 Answer

5 votes

The data type would be a string

ANSWER: String

string(myPassword = "123ABC") (STRING)

int(myPassword = "123ABC") Invalid Syntax

User Sullivan
by
5.2k points