What is the output of the following code?
function ratio ($x1 = 10, $x2)
{
if (isset ($x2)) {
return $x2 / $x1;
}
echo ratio (0);
Limited Time Offer
25%
Off
Ula
3 days ago