Question

What is the highest value assumed by the loop counter in a correct for statement with the following header?
for (i = 7; i <= 72; i += 7)
a) 7
b) 77
c) 70
d) 72

Answer

This answer is hidden. It contains 3 characters.