Computer Science, asked by anshikabindal5955, 1 year ago

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 writersparadise
0
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.
Answered by rishika79
2

Answer:

Explanation:

In this A+B= 123456

Hope it helps you...

Similar questions