0
What is the meaning of of cin >> operand type are std::istream? No operator matches ">>"
cout << "Please enter the name of student "<<i <<endl; cin >> studentname;
3 Respuestas
+ 2
Did you declare
string studentname;
?
+ 2
I need you to place the code in the playground, and put the link to the in a new comment.
On pc copy paste the url.
Phone use
+ Insert
|
\/
0
yes I did