Computer Science, asked by fiza80, 11 months ago

explain how the &operator works on text please it is very urgent​

Answers

Answered by SanskarPatel1111
5

Explanation:

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

Answered by dhinesh10
17
here is the answer
pls like this answer or make it as brainliest answer
Attachments:
Similar questions