Saved Bookmarks
| 1. |
Write the output of the following web page and justify your answer. |
|
Answer» x = “10” means x is a string variable y = “20” means y is a string variable x + y means the string x and y will be concatenated Hence it displays 1020. |
|