Ask Question
27 February, 05:26

If num is an int which expression always evaluates to true if num holds an odd number

+1
Answers (1)
  1. 27 February, 06:38
    0
    num%2==1

    The modulo operator (%) divides the left hand side by the right hand side and returns the remainder. When dividing an odd number by 2 there will always be a remainder of 1.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “If num is an int which expression always evaluates to true if num holds an odd number ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers