} 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
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