Computer Science, asked by fakimohammed730, 5 months ago

if the output will be :17

= ;

int y = 10;
cout << x + y;

Answers

Answered by pavysingh
2

Answer:

wrong

Explanation:

it is not in queation

Answered by memanan03
0

int x = 7;

int y = 10;

cout << x + y;

Similar questions