Hi everone!
I am totally new to C++. Please see if you can provide a sample code as to how to declaring auto changing variable to be declared in a do while loop when u don't know the number of variables u would be requiring, For instance a variable like:
int Var1
int Var2
...
and so on until the loop ends?