1) This code prints four lines of text to the console, each starting with a number and "Hello, World!" (except the last line which is missing the exclamation mark). 2) Notice that the fourth printf statement is missing the exclamation point that the others have. Also, consider how you could use a loop to avoid repeating the same printf statement multiple times.