# Exercise 7
Find average of even numbers from 529 to 1087.
# Instruction
Your for loop should start from 529.
for (int i = 529; // add code)
1
# Hint
← Exercise 6 Exercise 8 →
CodingSchool.pk Find average of even numbers from 529 to 1087.
Your for loop should start from 529.
for (int i = 529; // add code)
← Exercise 6 Exercise 8 →