You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The subtraction method is wrong (a-b should be there not b-a)
The multiply method has an extra loop iteration
divide method condition is wrong
modulo method condition is reversed
The subtraction method is wrong (a-b should be there not b-a)
The multiply method has an extra loop iteration
divide method condition is wrong
modulo method condition is reversed
Just one line error in each function so fix that