97.7k views
0 votes
What are variables? Write the name of any two types of variables.

1 Answer

9 votes

Answer:

A variable is an identifier which changes the values given to it when the program is being executed.

e.g. - var count : integer

var avg : real

Step-by-step explanation:

User Plazgoth
by
5.8k points