# Exercise 6
Find average of odd numbers from 438 to 871, inclusive.
# Instruction
Your for loop should start from 438.
for (int i = 438; // add code)
1
# Hint
← Exercise 5 Exercise 7 →
CodingSchool.pk Find average of odd numbers from 438 to 871, inclusive.
Your for loop should start from 438.
for (int i = 438; // add code)
← Exercise 5 Exercise 7 →