Computer Science, asked by jenilghevatiya000, 7 months ago

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 sangeetadas59023
2

Answer:

u r question is not written properly so please write it properly okay. ........

Answered by Sanj022
0

Answer:

Explanation:plz I want answer for this plz

Similar questions