This is what I have so far:
for (int i = 0; i<= 9; i++){ int output = i; if (i % 4 == 0){ output *= 2; }