Computer Science, asked by bhaskar20, 1 year ago

why is the DIM statement used in Qbasic programs

Answers

Answered by Anonymous
1
QBASIC - Dim statement. To remember values so we can use them later. For example if we as the user for their name we will want to save it, and then we can use that in future statements. They are called variables because they can change values as we run the program.
Similar questions