How can set If\'s Loop in Switch-Case?
Switch () { Case ;
if () {
} else if {
}
break; }
Is it right?