96.6k views
0 votes
write a math expression that computes the remainder of the variable principal when divided by the variable divisor. (assume that each is refers to an int.)

1 Answer

2 votes
principal % divisor

Ex. (0 % 2= 0);
User Icvader
by
8.0k points