- What is SIM statement?
- DIM is a declaration statement that names or defines the variables and allocates storage for them.
- Why is DIM used after defining types of variables?
- DIM is used after defining types of variables because it is a declaration statement that names or defines the variables and allocates storage for them.