mardi 5 juin 2018

How to come out of an if condition and land in else condition that is out of it?

I am working on some code where I have a specific requirement.

if(condition){
  if(condition){

  }else{
    //if comes here then goto previous else
  }
}else{
   // come here if it goes to upper else part.
}

Aucun commentaire:

Enregistrer un commentaire