0
Hi sololearn fam! Some one can explain me why sololearn playground in Computer is not able to output the result if you click run
Hi sololearn fam! Some one can explain me why sololearn playground in Computer is not able to output the result if you click run button?
5 Respostas
0
He return me always this sign in my code "!" surrounded by a triangle in the line at the bottom of my code.
0
And some times I don't have any out put but in my phone I have don't have any issue about that.
I want to work more in my computer to become familiar.
Thanks.
0
For example this:
<?php
$num1 = 8;
$num2 = 6;
//Addition
echo $num1 + $num2; //14
//Subtraction
echo $num1 - $num2; //2
//Multiplication
echo $num1 * $num2; //48
//Division
echo $num1 / $num2; //1.33333333333
?>
0
Thanks