An incomplete pseudocode statement is given below, which is designed to solve a practical packing problem. A factory has 89 items of stock and wishes to pack them into crates that hold exactly 12 items each.
Write the missing arithmetic operator to complete the statement.
Purpose: Outputting the maximum number of completely filled crates.
print(89 ..... 12)
95 exam-style questions on OCR GCSE Computer Science Programming fundamentals. Each one has a worked solution and a mark scheme showing where the marks go.