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?

6th Jul 2020, 5:31 AM
Blaise
4 Answers
0
He return me always this sign in my code "!" surrounded by a triangle in the line at the bottom of my code.
6th Jul 2020, 7:53 AM
Blaise
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.
6th Jul 2020, 7:56 AM
Blaise
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 ?>
7th Jul 2020, 3:50 AM
Blaise
0
Thanks
7th Jul 2020, 3:50 AM
Blaise