Skip to content

Course home

Constructs

Constructs

EasyMedium
1234567891011121314
Question 6

Read the following algorithm written in pseudocode:

VAT_RATE = 0.20
subtotal = 45.50
totalPrice = subtotal * (1 + VAT_RATE)
print(totalPrice)

Identify the name of one variable used in this algorithm.

[1]
Markscheme

Constructs Questions

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

18 exam-style questions on Edexcel IGCSE Computer Science Constructs. Each one has a worked solution and a mark scheme showing where the marks go.

Question bank