A for loop is most useful for: A. executing some statements for a specific number of iterations B. executing some statements for as long as a certain condition is true C. executing some statements for each item in a list D. executing some statements for as long as a certain condition is false E. executing some statements for an unknown number of times