An incomplete pseudocode algorithm is given with a description of its purpose.
Purpose: Awarding a player a special bonus if their game score is a multiple of 10.
Write the missing arithmetic operator that should be placed in the blank space (.....) to complete this algorithm.
score = 140
if score ..... 10 == 0 then
print("Bonus awarded!")
else
print("Standard score")
endif
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.