Computer Science, asked by vishnoid37, 2 months ago

 It tells us the type of the data that can be stored in a variable.​

Answers

Answered by Jaatsunny
3

Answer:

A variable can be thought of as a memory location that can hold values of a specific type. The value in a variable may change during the life of the program—hence the name “variable.” ... A variable that holds integers (whole numbers) has the data type Integer and is called an integer variable.

Similar questions