Example:find out output
<?php
$x = "Computer Application!";
$y = 'Computer Application';
echo $x;
echo "<br>";
echo $y;
?>
Answers
Answered by
1
Answer:
Null
Explanation:
Hope this helps you
Similar questions