What are variables
Variables are named storage locations that hold values. In programming, variables are used to store and manipulate data. A variable has a name, a data type, and a value. Here are some key aspects of variables: 1. Name: A unique identifier given to the variable. 2. Data type: The type of data the variable can […]