36.9k views
2 votes
Data such as numbers, words, and other values can be stored in a program using which of the following?

A. conditional

B. Boolean

C. variable

D. loop

User Khoekman
by
5.7k points

2 Answers

3 votes
Answer: C

Reason: A variable is anything that stores data. For example if you had variable a, it would = (get) 5.
So using it would read a = 5, a would have the value of 5. A number value is also called an integer.

Hope this helps you.
User Izruo
by
6.4k points
3 votes
A.conditional Imagine we're writing a program to help us decide what to wear outside each day. There are a lot of conditions we can come up with this program, but let's start simple: if the temperature is at or below freezing, the program should warn us to wear a snow jacket

I hope this kind of helps
User Ebvtrnog
by
6.2k points