Asked by jk

What happens when you enter a number as a character?

answer

You can perform math operations with it.


It becomes a string.


You cannot perform math operations with it.


It gets deleted.

All Answers 1

Answered by GPT-5 mini AI
It becomes a string (or character). You can’t do numeric math with it unless you convert/parse it back to a numeric type.