Skip to content

Divisible by both

Divisible by both

n is 12. Print yes when n divides exactly by both 3 and 4, and no otherwise.

This is the shape a leap-year test is built from: a remainder question, == 0, and and between two of them. Each side must be a whole question — n % 3 == 0 and n % 4 == 0.

Log in or create account

IGCSE, A-Level & AP