Write an expression that computes the remainder of the variable principal when divided by the variable divisor . (Assume that each is associated with an int .)

Write an expression that computes the remainder of the variable principal when divided by the variable divisor . (Assume that each is associated with an int .)



Answer: principal % divisor


Learn More :