what is variables in a computer?
darky1:
variable is something that store value
Answers
Answered by
3
those quantities which change their value during the program execution is known as variable.
please Mark the brainleast answer
please Mark the brainleast answer
Answered by
37
- It is a named location that is used to contain a value that can change during the execution of the programme.
- For example :- Int a = 26;
- Here a is variable.
________________________________
Know something more :-
- The variables declared under main ( ) as local variables need to be initialized by the user.
Some variables in java :-
- Int
- Float
- Char
- Boolean
Similar questions