Determine the time complexity of a loop that executes 1000 iterations.
O(n)
O(1000)
O(1)
O(n^2)

Computer Science Exercises are loading ...