Using C++ programming language.
#include <iostream.h>
#include <conio.h>
void main()
{
cout << "Hello World"; //This is how you insert comments in C++
getch(); //This is used to wait for the user to press a key before output window closes
}
#include <iostream.h>
#include <conio.h>
void main()
{
cout << "Hello World"; //This is how you insert comments in C++
getch(); //This is used to wait for the user to press a key before output window closes
}
0 comments:
Post a Comment