The ………. variable always represents a numeric value
Answers
Answered by
0
Answer:
numerical is your answer
Explanation:
please mark me as brainliest
Answered by
0
They are symbolic representations of any numbers. For example, the variable 'a' could contain the number 5 and the variable 'b' could contain the number 10. During execution of the program, the statement "a + b" is replaced by the Actual Values "5 + 10" and the result becomes 15.
Similar questions