IDNLearn.com provides a user-friendly platform for finding answers to your questions. Ask any question and receive accurate, in-depth responses from our dedicated team of experts.

What is the purpose of using variables in programming?
O To calculate equations
O To define functions
O To print statements
O To store string values


Sagot :

Variables are used to store information to be referenced and manipulated in a computer program. ... It is helpful to think of variables as containers that hold information. Their sole purpose is to label and store data in memory. This data can then be used throughout your program.

Answer:

pretty sure its b, to define functions or to store string values

Explanation: