How many times will this code print the counter variable?

Three timesFour times

Since the loop starts when i is 1 and ends when i is less than 4, this loop prints i three times.