Effective Usage of Variables in Loops May 25, 2018 For effective usage of variables in loops, it is advised to create variables outside of loops and use them in the loops. This helps save lot of memory and makes