Answer:
int x, y;
x = 25;
y = 18;
Step-by-step explanation:
Programming language: C++
This line declares both variables
This line initializes x to 25
This line initializes y to 18
5.9m questions
7.7m answers