?Identify a command that displays a dialog box containing the message "Hello World!".
A. ?Window.alert("Hello World!");
B. ?Window.Alert("Hello World!");
C. ?window.alert("Hello World!");
D. ?window.Alert("Hello World!");
Answer: C
Computer Science & Information Technology