Tuesday, 9 January 2018

c++ first program

#include<iostream>
using namespace std;
int main()
{
  cout<<"Welcome"<<endl;
}

No comments:

Post a Comment