Computer Science, asked by wintermochi179, 8 months ago

difference between/and%operator​

Answers

Answered by aashna1697
2

Explanation:

/ is used to get quotient between division e.g. 5/2=2(exact2.5but not displays)

% is used to get remainder e.g. 14%3=2(14/3=4 and remain 2)

Similar questions