PROGRAM 1:
#include<iostream>
using namespace std;
int main()
{
cout<<"HELLO WORLD";
return 0;
}
OUTPUT OF THE PROGRAM:
HELLO WORLD
.............................................................................................................................
PROGRAM 2:
#include<iostream>
using namespace std;
int main()
{
cout<<"c++ is best language";
return 0;
}
OUTPUT OF THE PROGRAM:
c++ is best language
.............................................................................................................................
#include<iostream>
using namespace std;
int main()
{
cout<<"HELLO WORLD";
return 0;
}
OUTPUT OF THE PROGRAM:
HELLO WORLD
.............................................................................................................................
PROGRAM 2:
#include<iostream>
using namespace std;
int main()
{
cout<<"c++ is best language";
return 0;
}
OUTPUT OF THE PROGRAM:
c++ is best language
.............................................................................................................................
What is this?
ReplyDeleteWhat is this?
ReplyDeleteprogramming language
ReplyDelete