">
<?php$Team1 = "Chennai Super King";$Team2 = "Mumbai Indian";echo "$Team1 " . "$Team2";?>
The . operator is used to join to strings.
Previous Question Next Question
Your comments will be displayed only after manual approval.