if the output will be :17
= ;
int y = 10;
cout << x + y;
Answers
Answered by
2
Answer:
wrong
Explanation:
it is not in queation
Answered by
0
int x = 7;
int y = 10;
cout << x + y;
Similar questions