Computer Science, asked by srnroofing171711, 22 days ago

} void main() { const int MAX = 0; int a, b; cin >> a >> b; if (a > b) MAX = a; for (int x = 0; x < MAX; x++) // x is an undefined symbol cout << x;​

Answers

Answered by dipagundgal84
1

Answer:

const int MAX = 0; int a, b; cin >> a >> b; if (a > b) MAX = a; for (int x = 0; x < MAX; x++) // x is an undefined symbol

Explanation:

Sorry but I think It is of maths

Similar questions