When is for loop more appropriate then while loop?The loop should be executed only onceThe number of iterations is not known in advanceThe termination condition is known in advanceThe loop should be executed at least once