Write an expression that computes the remainder of the variable principal when divided by the variable divisor. (Assume both are type int.)
LANGUAGE: Visual Basic
CHALLENGE:
Write an expression that computes the remainder of the variable principal when divided by the variable divisor. (Assume both are type int.)
SOLUTION:
principal Mod divisor