int g (int x, int n) { for (int i = 0; i < n; i++) { if (i % 2 == 0) { x *= i + 1; continue; } x--; if (x == 0) { break; } } return x; } What does g(2, 3) evaluate to?
Answers
Answered by
2
Answer:
u r question is not written properly so please write it properly okay. ........
Answered by
0
Answer:
Explanation:plz I want answer for this plz
Similar questions