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
9.3m questions
12.0m answers