Now do
for (i = 1; i <= 128; i *= 2) { … }
with by.Now do
if (x <= 0)
throw ParameterException;
with fewer “syntactic tokens”.