Skip to content
MathsGenie logo
Open app

Course home

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

Constructs

EasyMedium
1234567891011121314
Question 14

Priya has written a program to help Marcus calculate the bonus points he has earned during a cycling training challenge.

Here is the program code:

points = 15
multiplier = 3
for i in range(1, 4):
    points = points + (i * multiplier)

State the value of points when the program finishes.

[1]

Constructs Questions

  1. IGCSE
  2. /Computer Science
  3. /Constructs