Skip to content
MathsGenie logo
Open app

Course home

  1. IGCSE
  2. Computer Science Edexcel
  3. Question bank

Develop code

EasyMediumHard
123456789101112131415161718192021222324
Question 18

Sam wants to develop a program that calculates a player's cumulative score over several rounds of a game.

LetterStep
ADisplay the final total score
BSet the total score to 0
CGet the score for the current round
DAdd the round score to the total score

Give the letter of the step that initialises a variable.

A

B

C

D

Develop code Questions

  1. IGCSE
  2. /Computer Science
  3. /Develop code