0
C++ program
How to make a program on c++ to input the data of someone and print it the data include the name and age etc.
2 Answers
+ 1
string variable;
cin>>variable;
cout<<variable;
How to make a program on c++ to input the data of someone and print it the data include the name and age etc.