Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.
A shop packs items two per box. Read one integer (e.g. number of items in an order).
Print whether that number is even or odd (so staff know if one item is left over).
Skills: %, if / else.