Computer Science, asked by naman195287, 2 days ago

________ operators work on text.​

Answers

Answered by ImpressAgreeable4985
0

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

Answered by souhardya51
1

Answer:

Text operators work on text.

Explanation:

Please mark me as the brainliest and drop some thanks

Similar questions