the value 3 is a ______________. a. numeric variable b. string variable c. numeric constant d. string constant

the value 3 is a ______________. a. numeric variable b. string variable c. numeric constant d. string constant
Answer
Answer:
C. numeric constant
Brief Explanation:
A numeric constant is a fixed - value number like 3. A numeric variable can change its value. A string variable and constant deal with text, not numbers.