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
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