Online Web Code Test | Write and Run


PuStudy.Com Start write and Run your Web Code Online Work, PuStudy.Com Provide Online Web Editor, Every Language Code Work in this Editor, Editor Work Like as - Html, Php, Css, Bootstrap, Asp, jQuery Etc.

<?php
$x1=100;
$x2=200;
$x3=300;
$x4=400;
$x5=500;
$x1+= 100;
echo " $x1 
"; $x2-= 200; echo " $x2
"; $x3*= 300; echo " $x3
"; $x4/= 400; echo " $x4
"; $x5%= 500; echo " $x5
"; $x=($y=11)+9; echo " Value of x & y is : $x $y
"; ?>