At Westonci.ca, we make it easy for you to get the answers you need from a community of knowledgeable individuals. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

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: