154k views
3 votes
Numeric data is stored in ___________ for direct processing.

String variables
B
Numeric variables
C
Output
D
Text

2 Answers

3 votes
the answer B Numeric variables
User Kbvishnu
by
5.7k points
4 votes

Solution:

Numeric data stored in because numeric variables fall into the following two main categories:

Integer variables hold values that have no fractional part (that is, whole numbers only). Integer variables come in two flavors: signed integer variables can hold positive or negative values, whereas unsigned integer variables can hold only positive values (and 0).

Floating-point variables hold values that have a fractional part (that is, real numbers).

Thus the right answer is B.

User Makazau
by
5.3k points