Ask Question
22 February, 09:01

Which operator is used for quotient division in java

+3
Answers (1)
  1. 22 February, 11:19
    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?
Get an answer to your question ✅ “Which operator is used for quotient division in java ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers