Saved Bookmarks
| 1. |
Odd one out (a) for(b) if (c) switch (d) if-else if ladder |
|
Answer» (a) for. It is a loop the others are branching statement. |
|