0
What kind of error here??!
What kind of error appears here and why does it appear? (Warning: Right operand of comma operator has no effect [-Wunsed-value] 8 | cin>>width,length; | ^
3 Respuestas
+ 2
cin>>width>>length;
+ 3
Syntax errors
0
So how to correct?