VN4000
Tự học lập trình, học code online
Pages
Home
Online C Compiler
Online C++ Compiler
Online Python Compiler
Thursday, February 26, 2009
Generating a rand number from 0 to 9
<?
$random = (rand()%9);
print("Random number between 0 and 9 is: $random");
?>
Newer Post
Older Post
Home