Anаlyze the skeletоn cоde belоw: for(...){ if(...) { while(...) { if(...) { ... }//END if }//END while } else { ... }//END if-else switch(...) { cаse ...: if(...) { ... } else { ... }//END if-else breаk; case ...: switch(...) { ... }//END switch }//END switch do(...) { ... }while(...); //END do-while}//END for Indicate the number of nested structures that appear in the code for each type of logical control structure: if [ans1] if-else [ans2] switch [ans3] while [ans4] do-while [ans5] for [ans6]