Which data type should you use?

You need to store product quantities, and you want to minimize the amount of storage space that is
used. Which data type should you use?

You need to store product quantities, and you want to minimize the amount of storage space that is
used. Which data type should you use?

A.
INTEGER

B.
DOUBLE

C.
COUNT

D.
FLOAT



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Davitt Maher

Davitt Maher

The INTEGER (int) numeric data type is used to store mathematical computations and is employed when you do not require a decimal point output.
Examples of integers include the numbers 2 and -2.