if(condition)
{
for(int i=10; i>=0 ; i--) { //Wanted to change the scope of the variable "i" }
}
I wan