Please enable JavaScript to use CodeHS

APCSP20: AAP-2.C.3

CodeHS Lessons

The exam reference sheet provides the arithmetic operators +, -, *, /, and MOD. a + b; a – b; a * b; a / b; a MOD b; These are used to perform arithmetic on a and b. For example, 17 / 5 evaluates to 3.4.

Standard
3.6 Basic Math in JavaScript
Standard
3.6 Basic Math in Python
Standard
3.6 Basic Math in JavaScript
Standard
3.6 Basic Math in JavaScript
Standard
2.6 Basic Math in JavaScript
Standard
1.6 Basic Math in Coding