<?php $x = 5; for ($i = 0; $i < 4; $i++) { $x = $x * 2; $x -= 3; print $i; } print $x;
You have javascript disabled. You will not be able to edit any code.