how are numeric functions different from string functions
Answers
Answered by
1
Answer:
Numeric variables contain only numbers and are suitable for numeric calculations such as addition and multiplication. String variables may contain letters, numbers and other characters. You can't do calculations on string variables -even if they contain only numbers.
Similar questions