________ operators work on text.
Answers
print select language
Search
Text Operators
SenseTalk includes several operators that you can use specifically for working with text values.
& Operator
Behavior: Creates a text string by combining values one after another. Both operands are converted to text representations if they are not already text before concatenation.
Syntax:
operand1 & operand2
Example:
put "The answer is:" & answer
&& Operator
Behavior: Joins (concatenates) two values with a space between them. Both operands are converted to text representations if they are not already text before concatenation.
Syntax:
operand1 && operand2
Examples:
put "Dear" && correspondent & "," into openingLine
print select language
Search
Text Operators
SenseTalk includes several operators that you can use specifically for working with text values.
& Operator
Behavior: Creates a text string by combining values one after another. Both operands are converted to text representations if they are not already text before concatenation.
Syntax:
operand1 & operand2
Example:
put "The answer is:" & answer
&& Operator
Behavior: Joins (concatenates) two values with a space between them. Both operands are converted to text representations if they are not already text before concatenation.
Syntax:
operand1 && operand2
Examples:
put "Dear" && correspondent & "," into openingLine
Read more on Brainly.in - brainly.in/question/11866523#readmore
Answer:
Text operators work on text.
Explanation:
Please mark me as the brainliest and drop some thanks