InterviewSolution
Saved Bookmarks
| 1. |
which of the following statements is true? A. if - else are conditional statements but loops are not , B. if - else are not conditional statements but loop , C. both of them can work on conditional statements , D. none of them can work on conditional statements |
| Answer» CEXPLANATION:both of them can WORK on CONDITIONAL STATEMENTS. | |