Write a program in C++ to print a welcome text in a separate line.

#include<iostream>

using namespace std;

int main()

{

cout<<"Welcome you";

}


Output:

Write a program in C++ to print a welcome text in a separate line.


Post a Comment

Please do not enter any spam link in the comment box.

Previous Post Next Post