+3 votes
in Class 11 by kratos

What are the variables? Give an example.

1 Answer

+3 votes
by kratos
 
Best answer

It is a location in the computer memory which can store data and is given a symbolic name for easy reference.

For example, Total = 20.00; In this statement, a value 20.00 has been stored in a memory location Total.

...