5 ответов
+ 3
quotation marks are used to enclose strings, not expressions (nor numbers, nor anything else ^^)
+ 2
strings are kind of char lists:
"forty-two"
expressions are computations:
40+2
"forty"+"-"+"two"
22<=40 and 40<=42
usually expression contains variable names, or even function calls ^^
+ 2
you will learn more by doing the course(s) ;)
+ 1
Ok . Thanks Vish.
0
What are strings and also what are expression. Kindly mention them in easy language.