C-17-Q020mediumsingle_mcq
To check whether a number is even or odd, the operator used is the:
To check whether a number is even or odd, the operator used is the:
- aDivision operator
/ - bFloor-division operator
// - cModulo (remainder) operator
% - dExponent operator
**