Skip to content
MathsGenie logo
Open app

Course home

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

Algorithms

EasyMedium
123456789101112131415161718
Question 3

A local museum has different ticket categories based on the age of the visitor:

  • Free entry for visitors aged 4 and under.
  • Youth discount for visitors aged 5 to 18 inclusive.
  • Standard entry for all other visitors.

Construct a flowchart for an algorithm that will input a visitor's age, determine their ticket category, and output either "Free", "Youth", or "Standard".

No validation of the input age is required.

[5]

Algorithms Questions

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