Computer Science, asked by eswardora1995, 8 months ago

What do you mean by subscripted variable? Give one example.​

Answers

Answered by atharvaasthana98
1

Answer:

A subscripted variable is the combination of the array name and a subscript. You can use a subscripted variable anyplace an ordinary variable can go. For example, in the above program a value was copied from a subscripted variable to an ordinary variable: LET HOTDATE$ = DATE$(5)

Explanation:

Mark me as the brainliest

Answered by Anonymous
0

Explanation:

Often there is a need to assign more than one value per variable, i.e., to connect a group or "array" of values with one variable name. A variable which can take an array of values is referred to as a subscripted variable.

Similar questions