Try answering some of these questions before running any code - reason through the commands, then run the code and see if you were correct:
3.1415 %% 1
3.1415 %/% 1
123456 %% 100
123456 %/% 100
! (TRUE | FALSE) & (FALSE | TRUE)