Evaluate the expression given below if a=16 and b=15 a%b
Answers
Answered by
1
- Evaluate the expression given below.
Given,
a=16
b=15
Now, % is module operator. It is used for calculating the remainder
So,
a%b
=16%15
When 16 is divided by 15, remainder obtained = 1
So,
a%b=1.
Similar questions