| Description | This program shows the most basic use of the Quotient/Remainder block. In other programming languages, this function is referred to as the Modulus, and allows the user to use the remainder of an equation. In this example, the user inputs a number and the program determines (using the Modulus) if the number is even or odd.
|