Computer Science, asked by nonusingla3625, 8 months ago

. What will be the output of the following program code :print(‘10’ + ’20’)

Answers

Answered by faseelaandru
0

The Output will be

1020

Answered by vinko111
1

Answer:

The output will be '1020'. The output will be a string.

Similar questions