hello
TASK
Write a program in C++ to print "Hello World!" in the output window
Input Format:
This program does not accept any input
Output Format:
A single line containing the string "Hello World!"
Sample Output:
Hello World!
TASK
Write a program in C++ to print "Hello World!" in the output window
Input Format:
This program does not accept any input
Output Format:
A single line containing the string "Hello World!"
Sample Output:
Hello World!
Comments
include <iostream>
using namespace std; cout<<"Hello World";