If I have a form asking for number of elements (n) and If I have to generate the next form asking what each of these variables values are then I can generate variable names dynamically,
element1, element2, element3....elementn etc. depending on n.
This is based on the practical application.