+ 1
Can you include 'if' in an else statement? help please...
4 Réponses
+ 3
If you mean this:
if(...){
    ...;
}
else{
   if(...){
      ...;
   }
}
Then yes you can.
+ 2
of couse  you can
+ 1
ofcourse you can..it is called "Nested if"..
0
yes you can,as a nested if



