Skip to content
MathsGenie logo
Open app

Course home

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

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]

Constructs Questions

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