Computer Science, asked by sreeyukthikap22, 6 hours ago

write example for the syntax for joining multiple text strings into one question answer one word or a sentence ​

Answers

Answered by debojyotimukherjee88
1

Answer:

Explanation:The ampersand (&) calculation operator lets you join text items without having to use a function. For example, =A1 & B1 returns the same value as =CONCATENATE(A1,B1). In many cases, using the ampersand operator is quicker and simpler than using CONCATENATE to create strings

Similar questions