Computer Science, asked by himangshudas136, 9 months ago

Which of the following formulas properly produces the string “Income Statement”?

a. = "Income ”+"Statement"

b. =Income&Statement

c. = "Income”&"Statement"

d. ="Income”&""&"Statement"

Answers

Answered by HandsnScreens
0

Answer:

A.

Explanation:

Combining two strings is relatively easily. You would use a "plus" operator. The plus operators combines the string. The "&" operator would be used in a if statement to compare two or more conditions.

Similar questions