C++ Programs
Monday, 6 February 2017
Displaying a Message
Displaying a Message
#include<iostream>
using namespace std;
int main()
{
cout<<"This is my first Program ";
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment