English, asked by Anonymous, 2 months ago

➺what are variables?
★Nospam ​

Answers

Answered by Anonymous
3

Answer:

Both 'a' and 'b' are variables. 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