Computer Science, asked by priyaxavier454, 1 month ago

Example:find out output
<?php
$x = "Computer Application!";
$y = 'Computer Application';
echo $x;
echo "<br>";
echo $y;
?>​

Answers

Answered by remanairport
1

Answer:

Null

Explanation:

Hope this helps you

Similar questions