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.

22nd Apr 2021, 11:33 PM
Joe Hafez
Joe Hafez - avatar
2 Answers
+ 1
string variable; cin>>variable; cout<<variable;
22nd Apr 2021, 11:41 PM
Michal Doruch