What do you mean by subscripted variable? Give one example.
Answers
Answered by
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
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