Given four positive integers a, b, c, and d, compute the sum of those among them that are odd.
Because you have not yet learned how to make decisions, use the fact that for a positive integer n, the expression n % 2 is either 0 or 1. (not allowed to use an if statement)
Extracted text:
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here