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
2 Comments on “Which data type should you use?”
malsa001says:
A.
1
0
Davitt Mahersays:
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.
A.
1
0
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.
0
0