</php
$base = 0.001;$compound = 1.03;for ($year = 0; $year < 10000; $year++){ $base = $base * $compound; echo $base; echo "% global resource usage after year: "; echo $year; echo "</br>";}?>
How it works.
$base is the amount of resources the global society uses in year 0(zero...