Ask Question
Yesterday, 19:00

Which operator is used for quotient division in java

+1
Answers (1)
  1. Yesterday, 22:42
    0
    In the above expression 7 is divided by 2, so the quotient is 3 and the remainder is 1. Approach: Divide the dividend by the divisor using / operator. Both dividend and divisor can be of any type except string, the result will also be computed accordingly. Get the remainder using % operator.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which operator is used for quotient division in java ...” 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