Queenjlife8900 Queenjlife8900 11-01-2024 Computers and Technology contestada What is the output of the for loop? The whitespace matters, including after the last item. Example: for (i = 1; i ≤ 5; i) (put i to output, followed by a space) outputs: 1 2 3 4 5