SAMPLE PROGRAM OF C++
#include
using namespace std;
using namespace std;
int main()
{
cout << "Welcome to the wonderful world of C++!!!\n";
return 0;
}
{
cout << "Welcome to the wonderful world of C++!!!\n";
return 0;
}
OUTPUT:
Welcome to the wonderful world of C++!!!
No comments:
Post a Comment