Skip to content

Double until it passes 100

Double until it passes 100

n starts at 1. Keep doubling it while it is 100 or less. Store the first value over 100 in n.

Here the value being tested is the value being changed, so the loop needs no separate counter. It stops the moment the question turns false — and n keeps the value that made it false.

Log in or create account

IGCSE, A-Level & AP