Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 255 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 255 Bytes

input-name

Write name and see message CODE: #include #include using namespace std; int main() { string name; cout<<"Enter your name"<<endl; cin>>name; cout<<"WELCOME <<name<<" to GitHub"<<endl; return 0; }

BYE BYE FRIENDS