Data types and structures

EasyMedium
12345678910111213141516171819
Question 3
Easy

The algorithm below is used to process a loyalty point transaction.

username = input("Enter member name: ")
points_balance = 450
reward_unlocked = False
transaction_value = 12.75

Identify the name of one variable from the algorithm above that has a numeric data type.

[1]

Data types and structures Questions

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