Computer Science, asked by vaheeda2000, 1 month ago

give any examples for variables in computer.​

Answers

Answered by tusharkumar3062a
0

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.

Answered by jaspreet6795
0

Answer:

string variable

numeric variable

Explanation:

pls mark as brainliest

Similar questions