last question give same tutor please

Hi,

This is the last exercise. Answer them before 24 hours please

Display the sum of 5 + 10, using two variables: x and y.

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