What is the expected behavior of the following program?
print ("Hello!")
- The program will output (“Hello!”) to the screen
- The program will output Hello! to the screen
- The program will output “Hello!” to the screen
- The program will generate an error message on the screen