Which operator is used for percent?
A..+
B. %
C..*
Answers
Answered by
1
Explanation:
% is the modulo operator, so for example 10 % 3 would result in 1. If you have some numbers a and b , a % b gives you just the remainder of a divided by b . So in the example 10 % 3 , 10 divided by 3 is 3 with remainder 1, so the answer is 1.
Answered by
0
Explanation:
option B is correct.
% this sigh is used to represent percent
Similar questions