Ask Question

Which operator is used for quotient division in java

+3
Answers (1)
  1. 24 April, 03:32
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers