} Learning Exercisesfortocomplete 1. Remove the -colon (;) at end of this statement: 1 printf(Hello World!"); 2. Describe what happens Why is the semi-colon needed? 3. What happens if you addanother printf statement suchas: 1 printf("Goodbye");after the printf("Hello, ...