What is the number of iterations in the following loop:   June 7, 2022 by admin ✪ Choose the correct option.What is the number of iterations in the following loop: for i in range(1, n + 1): # iterationA. 2*nB. nC. n – 1D. n + 1 Submit Answer