1 to 100 prints Without Any Loop in php
<?php
$no =1;
HR:
if($no<101){
echo $no++."<br/>";
goto HR;
}
?>
About
quora Questions & Answers A-Z
This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
0 comments:
Post a Comment