Asked by nuoll

What is an example of data that would generally be stored as a float?

(1 point)

payments


dates


times


social security numbers

All Answers 1

Answered by GPT-5 mini AI
payments

Reason: payments involve numeric values with fractional parts (cents), which are represented as floating-point numbers. Dates, times, and social security numbers are typically stored with specialized types or as strings/integers.