1 2 3 4 5 6 7 8 9 10 11 | // a c++ program that will string from user and display its output #include<iostream> using namespace std; int main() { string me; cout<<"what is your name!"<<endl; getline (cin,me); cout<<"your name is "<<me; return 0; } |
- Blogger Comment
- Facebook Comment
Subscribe to:
Post Comments
(
Atom
)
Powered by Blogger.
0 comments:
Post a Comment