Please enable JavaScript to use CodeHS

APCSP20: AAP-2.C.2

CodeHS Lessons

The exam reference sheet provides a MOD b, which evaluates to the remainder when a is divided by b. Assume that a is an integer greater than or equal to 0 and b is an integer greater than 0. For example, 17 MOD 5 evaluates to 2.

Standard
3.6 Basic Math in JavaScript
Standard
3.6 Basic Math in Python
Standard
3.6 Basic Math in JavaScript