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.