Computer Science, asked by dilipshah081, 11 months ago

what will be output of:("90"+"60")​

Answers

Answered by anishasa
0

Answer:

+ ---> String concatenation operator

String concatenation forms a new string using this we can directly add two strings.

Within double quotes we can add two strings

Output:

9060

Similar questions