10.04.2014 Views

to get the file

to get the file

to get the file

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Example<br />

$fact = 1;<br />

$count = 1;<br />

while ($count < $n) {<br />

$count ++;<br />

$fact *= $count;<br />

}<br />

for ($count = 1, $fact = 1; $count < $n) {<br />

$count++;<br />

$fact *= $count;<br />

}<br />

34

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!