Discover new knowledge and insights with IDNLearn.com's extensive Q&A platform. Join our interactive Q&A community and access a wealth of reliable answers to your most pressing questions.

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: