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)
Select one:
a. 7
b. 70
c. 77
d. 72