187k views
5 votes
Data values in a program are held in _________. a data types b names c variables d lockers

User Stacker
by
5.1k points

1 Answer

5 votes

Answer:

Answered below

Step-by-step explanation:

Data values in a program are held in variables. Variables are like containers for holding different types of data. A variable can be identified depending on the kind of data it holds. Variables can hold data types of integers, strings, arrays, lists, sets, Boolean etc. They hold unique data types and a can not hold different data types. Different rules exist for naming variables in different programming languages. A variable name should start with lowercase letters and be descriptive of the data it holds.

User Abubakkar
by
5.4k points