Saved Bookmarks
| 1. |
What will be the output of the following Pseudocode?1. int a=10, b=4, i2. if (a>b)3. if (a+b>14)4. print a5. else6. for(i=1 to 3)7. a = a+i8. end for loop9. print a10. etse11. print bINCIALTHTIL |
|
Answer» Here is answer, |
|