define variable .name the type of variables
Answers
Answered by
19
A variable in any programming language is a named piece of computer memory, containing some information inside.
A few basic variable types include: int - Int is short for "integer." It is used to define numeric variables holding whole numbers. ... float, double and decimal - these three types of variables handle whole numbers, numbers with decimals and fractions. The difference between the three lies in the range of values.
Answered by
0
Answer:
A variable is a location in the memory which has been assigned a name and is used to store data temporarily It continues to hold the value until another value is assigned to it there are two types of variables
Numeric variables
String variables
Similar questions