Computer Science, asked by ankit41947, 11 months ago

explain subscripted variables .

Answers

Answered by anujchhowala11
4

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).


ankit41947: thankyou sir
Similar questions