Computer Science, asked by anantmaurya1000, 3 months ago

variables are used for storing values such as _______ _______ and _______.

object

methods

functions

memory addresses

characters

Answers

Answered by punamkumari121988
4

Answer:

functions and memory data

Answered by brainlysme9
1

Variables are used for storing values such as objects, functions and characters.

What are variables?

Variables are used to store data in a computer programme that may be called and changed. They also allow us to label data with a descriptive name, making our programmes easier to understand for both the reader and ourselves.

Variables store numbers, strings and can also store other types of data, like lists, dictionaries, Boolean values, objects, functions and characters.

Similar questions