Computer Science, asked by Romidash2058, 1 year ago

how to give name to the variable in Q Basic ?

Answers

Answered by Ayushi1945
0
You mean adding a value to a string variable. There are two ways:-
1) By using dollar($) sign
Example:- A$ = 'abc'
2) By using DIM statement
Example:- DIM A as abc
Similar questions