What is the output of the following code? for (int i = 1; i <= 5; i++) { System.out.print(i + " "); }