ramuni [Opera/9.80]

bagaimana kalo gini?
[Textarea][RAW][Download]

  1. function fact$int ){
  2. $hasil = $int;
  3. for($c = $int-1; $c > 0; $c--){
  4. $hasil = $hasil * $c;
  5. }
  6. return $hasil;
  7. }

[Reply]

  • Mon, 31 Dec 2012 16:57:59 +0700