Data types and structures

EasyMedium
1234567891011121314151617181920212223242526272829303132333435
Question 27
Easy

An online concert booking system generates a digital receipt with the following details:

  • Customer ID: 8294
  • Event date: 18-11-2025
  • Ticket cost: 65.50

Complete the table to give the most appropriate data type for each item.

ItemData type
Customer ID
Event date
Ticket cost
[3]

Data types and structures Questions

  1. GCSE
  2. /Computer Science
  3. /Data types and structures