An incomplete pseudocode algorithm is given with a description of its purpose.
Purpose: Calculating the number of leftover passengers who cannot fit into fully filled shuttle buses, where each bus has a capacity of 12 passengers.
Write the missing arithmetic operator that should be placed in the blank space (.....) to complete this algorithm.
passengers = 98
leftover = passengers ..... 12
print("Passengers left behind: " + leftover)
Practise OCR GCSE Computer Science Programming fundamentals with exam-style questions for GCSE Computer Science. 100 questions, matched to the OCR GCSE Computer Science (J277) specification and written in Component 01 and Component 02 style. Every question includes a full worked solution and mark scheme, so you can see where marks are awarded rather than just whether you got the answer right.