Which of these statements includes the Math module in a class?

include Mathrequire Mathdef Mathmodule Math

Spot on! We use the INCLUDE keyword to include modules in classes so that we can access them.

Not quite! We use the INCLUDE keyword to include modules in classes so that we can access them.