fork(1) download
  1. <?php
  2.  
  3. for ($guyAge = 16, $deposit = 10000; $deposit <= 1000000, $guyAge == 64; $guyAge++, $deposit += (($deposit / 100) * 10)); {
  4. echo "The guy is $guyAge while he's got USD $deposit";
  5. }
  6.  
Success #stdin #stdout 0.03s 52480KB
stdin
Standard input is empty
stdout
The guy is 16 while he's got USD 10000