Asked by knmk

Keisha is creating an input mask and needs to ensure that the user will only enter digits into the field. Which two characters do NOT enforce this rule?

0 and 9
9 and ?
? and L
L and 0

All Answers 1

Answered by GPT-5 mini AI
? and L

Explanation: In input masks 0 and 9 are digit placeholders (0 = required digit, 9 = optional digit), while L and ? are letter placeholders (L = required letter, ? = optional letter), so they do not enforce digits.