Computer Science, asked by anusmita24, 7 months ago

difference between / operator and % operator​

Answers

Answered by tawewetperolino
1

Answer:

/ 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