Int f (int n) { int ans = 0; for (int i = 1; i < n; i++) { if (i < n/2) { ans -= i; } else { ans += i; } } return ans; }what does f(7) evaluate to?
Answers
Answered by
1
Answer: this is not a proper question but the 3.5 raise to power of 2
Explanation : plz mark me branliest
Similar questions