difference between string variable and numeric variable?
Answers
Answered by
5
Answer:
String variables may contain numbers, letters and other characters.
Numeric variables may include just numbers.
Explanation:
The difference between string and numeric variables is crucial due to the fact that variable type dictates what you can or cannot do with a variable.
Similar questions