+ 1
Why we can use only one input operator?
Why we can use only one input operator?I mean in Sololearn compiler working only one input operator.If say int x;int y;sin >> x;sin >> y; compiler asking only for x.
2 Answers
+ 1
Thanks.
0
Compiler ask for ALL at the beginning of the program
try :
2
4
With your program