A number variable
This page needs a recent browser (with SharedArrayBuffer support). Please update Chrome, Edge, Firefox or Safari to the latest version.
A number variable
A variable is a named box. int age = 12; puts 12 in age.
Put 12 in a box called age, then print it.
Click Run to see the output here.