<?php $a = ((-1 % 7) + 7) % 7; echo $a; $a = ((4 % 7) + 7) % 7; echo $a;
You have javascript disabled. You will not be able to edit any code.