How do we represent strings? Do we use quotation marks: `"Hello there"` or do we allow anything to be a string with no marking ie: `Hello there` How do strings and numbers interact? is `"six"` a string, or a number, or both? what about `"6"`?
How do we represent strings?
Do we use quotation marks:
"Hello there"or do we allow anything to be a string with no marking
ie:
Hello thereHow do strings and numbers interact?
is
"six"a string, or a number, or both?what about
"6"?