Given two generic variables, a with value "123" and b with value 456, what would the write line output of a + b be?
Answers
Answered by
1
Step-by-step explanation:
The output of A + B will be 123456.
Since we use the write line command, we do not mathematically add up the two generic variables. Instead we concatenate both variables, A and B. Here, we merely attach the value of B, to the end of the value of A.
Hence A + B = 123456.
Similar questions
Physics,
6 months ago
English,
6 months ago
English,
6 months ago
Computer Science,
1 year ago
Social Sciences,
1 year ago
English,
1 year ago