Quote Originally Posted by Ozzy_98 View Post
It's 3. 23/4 = 5.75. Simplest way is to open windows calculator, go to view - programming, and do 23 MOD 4, it'll spit out the remainder of 3. Otherwise you have some more steps; you take the 5.75 and drop the dec, you get 5. Times that by what you divided by, you get 20. Take the initial number, 23, and subtract the 20, you get your remainder. It's simpler if you did the division by hand vs a calculator. So for the second one, remainder is 11
Thank you!

~Ben