// This is a single one line comment
/*
multiline comment
*/
// 1.This is a single line comment
/* 2. This is a
multi-line comment */
//This is a single line comment in C++.
/*
This
is a
multiline comment
*/
// coment here.
// This is a Comment
/*
This is a Comment
*
//one line comment
/* The code below will print the words Hello World!
to the screen, and it is amazing */
cout << "Hello World!";