What is the expected behavior of the following program?

 

Last Updated on October 5, 2021 by InfraExam

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