what is constants and variables
Answers
Answered by
0
Answer:
Constants have a fixed value.
Ex: 5/4,0.25 etc....
variables are not having a fixed value.
Ex: x,y,z
Explanation:
Hope this helps you.
Mark the answer as brainliest answer.
Answered by
1
Answer:
Variable - are named storage area where value is stored to be retrieved later by the use
Constants- data values that stay the same every time a program is executed is known as constants
Similar questions